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