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