public final class PropertiesBasedIpV6FlowLabelFactory extends Object implements PacketFactory<IpV6Packet.IpV6FlowLabel,NA>
Modifier and Type | Method and Description |
---|---|
static PropertiesBasedIpV6FlowLabelFactory |
getInstance() |
Class<? extends IpV6Packet.IpV6FlowLabel> |
getTargetClass() |
Class<? extends IpV6Packet.IpV6FlowLabel> |
getTargetClass(NA number)
Deprecated.
|
IpV6Packet.IpV6FlowLabel |
newInstance(byte[] rawData) |
IpV6Packet.IpV6FlowLabel |
newInstance(byte[] rawData,
Class<? extends IpV6Packet.IpV6FlowLabel> clazz) |
IpV6Packet.IpV6FlowLabel |
newInstance(byte[] rawData,
NA number)
Deprecated.
|
public static PropertiesBasedIpV6FlowLabelFactory getInstance()
@Deprecated public IpV6Packet.IpV6FlowLabel newInstance(byte[] rawData, NA number)
newInstance
in interface PacketFactory<IpV6Packet.IpV6FlowLabel,NA>
public IpV6Packet.IpV6FlowLabel newInstance(byte[] rawData)
newInstance
in interface PacketFactory<IpV6Packet.IpV6FlowLabel,NA>
public IpV6Packet.IpV6FlowLabel newInstance(byte[] rawData, Class<? extends IpV6Packet.IpV6FlowLabel> clazz)
rawData
- clazz
- @Deprecated public Class<? extends IpV6Packet.IpV6FlowLabel> getTargetClass(NA number)
getTargetClass
in interface PacketFactory<IpV6Packet.IpV6FlowLabel,NA>
Class
object this factory instantiates
by PacketFactory.newInstance(byte[], NamedNumber)
with the number argument.public Class<? extends IpV6Packet.IpV6FlowLabel> getTargetClass()
getTargetClass
in interface PacketFactory<IpV6Packet.IpV6FlowLabel,NA>
Class
object this factory instantiates
by PacketFactory.newInstance(byte[])
.Copyright © 2014. All Rights Reserved.