public final class StaticIpV6FlowLabelFactory extends Object implements PacketFactory<IpV6Packet.IpV6FlowLabel,NA>
Constructor and Description |
---|
StaticIpV6FlowLabelFactory() |
Modifier and Type | Method and Description |
---|---|
static StaticIpV6FlowLabelFactory |
getInstance() |
Class<? extends IpV6Packet.IpV6FlowLabel> |
getTargetClass() |
Class<? extends IpV6Packet.IpV6FlowLabel> |
getTargetClass(NA number)
Deprecated.
|
IpV6Packet.IpV6FlowLabel |
newInstance(byte[] rawData,
int offset,
int length) |
IpV6Packet.IpV6FlowLabel |
newInstance(byte[] rawData,
int offset,
int length,
NA number)
Deprecated.
|
public static StaticIpV6FlowLabelFactory getInstance()
@Deprecated public IpV6Packet.IpV6FlowLabel newInstance(byte[] rawData, int offset, int length, NA number)
newInstance
in interface PacketFactory<IpV6Packet.IpV6FlowLabel,NA>
public IpV6Packet.IpV6FlowLabel newInstance(byte[] rawData, int offset, int length)
newInstance
in interface PacketFactory<IpV6Packet.IpV6FlowLabel,NA>
@Deprecated public Class<? extends IpV6Packet.IpV6FlowLabel> getTargetClass(NA number)
getTargetClass
in interface PacketFactory<IpV6Packet.IpV6FlowLabel,NA>
Class
object this factory instantiates
by #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 #newInstance(byte[])
.Copyright © 2014. All Rights Reserved.