public final class StaticIpV6RoutingDataFactory
extends java.lang.Object
implements org.pcap4j.packet.factory.PacketFactory<org.pcap4j.packet.IpV6ExtRoutingPacket.IpV6RoutingData,org.pcap4j.packet.namednumber.IpV6RoutingType>
| Modifier and Type | Method and Description |
|---|---|
static StaticIpV6RoutingDataFactory |
getInstance() |
org.pcap4j.packet.IpV6ExtRoutingPacket.IpV6RoutingData |
newInstance(byte[] rawData,
int offset,
int length)
This method is a variant of
newInstance(byte[], int, int, IpV6RoutingType...)
and exists only for performance reason. |
org.pcap4j.packet.IpV6ExtRoutingPacket.IpV6RoutingData |
newInstance(byte[] rawData,
int offset,
int length,
org.pcap4j.packet.namednumber.IpV6RoutingType... numbers) |
org.pcap4j.packet.IpV6ExtRoutingPacket.IpV6RoutingData |
newInstance(byte[] rawData,
int offset,
int length,
org.pcap4j.packet.namednumber.IpV6RoutingType number)
This method is a variant of
newInstance(byte[], int, int, IpV6RoutingType...)
and exists only for performance reason. |
org.pcap4j.packet.IpV6ExtRoutingPacket.IpV6RoutingData |
newInstance(byte[] rawData,
int offset,
int length,
org.pcap4j.packet.namednumber.IpV6RoutingType number1,
org.pcap4j.packet.namednumber.IpV6RoutingType number2)
This method is a variant of
newInstance(byte[], int, int, IpV6RoutingType...)
and exists only for performance reason. |
public static StaticIpV6RoutingDataFactory getInstance()
public org.pcap4j.packet.IpV6ExtRoutingPacket.IpV6RoutingData newInstance(byte[] rawData,
int offset,
int length)
newInstance(byte[], int, int, IpV6RoutingType...)
and exists only for performance reason.rawData - see PacketFactory.newInstance(byte[], int, int, N...).offset - see PacketFactory.newInstance(byte[], int, int, N...).length - see PacketFactory.newInstance(byte[], int, int, N...).PacketFactory.newInstance(byte[], int, int, N...).public org.pcap4j.packet.IpV6ExtRoutingPacket.IpV6RoutingData newInstance(byte[] rawData,
int offset,
int length,
org.pcap4j.packet.namednumber.IpV6RoutingType number)
newInstance(byte[], int, int, IpV6RoutingType...)
and exists only for performance reason.rawData - see PacketFactory.newInstance(byte[], int, int, N...).offset - see PacketFactory.newInstance(byte[], int, int, N...).length - see PacketFactory.newInstance(byte[], int, int, N...).number - see PacketFactory.newInstance(byte[], int, int, N...).PacketFactory.newInstance(byte[], int, int, N...).public org.pcap4j.packet.IpV6ExtRoutingPacket.IpV6RoutingData newInstance(byte[] rawData,
int offset,
int length,
org.pcap4j.packet.namednumber.IpV6RoutingType number1,
org.pcap4j.packet.namednumber.IpV6RoutingType number2)
newInstance(byte[], int, int, IpV6RoutingType...)
and exists only for performance reason.rawData - see PacketFactory.newInstance(byte[], int, int, N...).offset - see PacketFactory.newInstance(byte[], int, int, N...).length - see PacketFactory.newInstance(byte[], int, int, N...).number1 - see PacketFactory.newInstance(byte[], int, int, N...).number2 - see PacketFactory.newInstance(byte[], int, int, N...).PacketFactory.newInstance(byte[], int, int, N...).public org.pcap4j.packet.IpV6ExtRoutingPacket.IpV6RoutingData newInstance(byte[] rawData,
int offset,
int length,
org.pcap4j.packet.namednumber.IpV6RoutingType... numbers)
newInstance in interface org.pcap4j.packet.factory.PacketFactory<org.pcap4j.packet.IpV6ExtRoutingPacket.IpV6RoutingData,org.pcap4j.packet.namednumber.IpV6RoutingType>Copyright © 2011 - 2018 Pcap4J.org. All rights reserved.