Package org.pcap4j.packet.factory.statik
Class StaticIpV4InternetTimestampOptionDataFactory
- java.lang.Object
-
- org.pcap4j.packet.factory.statik.StaticIpV4InternetTimestampOptionDataFactory
-
- All Implemented Interfaces:
org.pcap4j.packet.factory.PacketFactory<org.pcap4j.packet.IpV4InternetTimestampOption.IpV4InternetTimestampOptionData,org.pcap4j.packet.namednumber.IpV4InternetTimestampOptionFlag>
public final class StaticIpV4InternetTimestampOptionDataFactory extends java.lang.Object implements org.pcap4j.packet.factory.PacketFactory<org.pcap4j.packet.IpV4InternetTimestampOption.IpV4InternetTimestampOptionData,org.pcap4j.packet.namednumber.IpV4InternetTimestampOptionFlag>- Since:
- pcap4j 0.9.16
- Author:
- Kaito Yamada
-
-
Method Summary
Modifier and Type Method Description static StaticIpV4InternetTimestampOptionDataFactorygetInstance()org.pcap4j.packet.IpV4InternetTimestampOption.IpV4InternetTimestampOptionDatanewInstance(byte[] rawData, int offset, int length)This method is a variant ofnewInstance(byte[], int, int, IpV4InternetTimestampOptionFlag...)and exists only for performance reason.org.pcap4j.packet.IpV4InternetTimestampOption.IpV4InternetTimestampOptionDatanewInstance(byte[] rawData, int offset, int length, org.pcap4j.packet.namednumber.IpV4InternetTimestampOptionFlag number)This method is a variant ofnewInstance(byte[], int, int, IpV4InternetTimestampOptionFlag...)and exists only for performance reason.org.pcap4j.packet.IpV4InternetTimestampOption.IpV4InternetTimestampOptionDatanewInstance(byte[] rawData, int offset, int length, org.pcap4j.packet.namednumber.IpV4InternetTimestampOptionFlag... numbers)org.pcap4j.packet.IpV4InternetTimestampOption.IpV4InternetTimestampOptionDatanewInstance(byte[] rawData, int offset, int length, org.pcap4j.packet.namednumber.IpV4InternetTimestampOptionFlag number1, org.pcap4j.packet.namednumber.IpV4InternetTimestampOptionFlag number2)This method is a variant ofnewInstance(byte[], int, int, IpV4InternetTimestampOptionFlag...)and exists only for performance reason.
-
-
-
Method Detail
-
getInstance
public static StaticIpV4InternetTimestampOptionDataFactory getInstance()
- Returns:
- the singleton instance of StaticIpV4InternetTimestampOptionDataFactory.
-
newInstance
public org.pcap4j.packet.IpV4InternetTimestampOption.IpV4InternetTimestampOptionData newInstance(byte[] rawData, int offset, int length)This method is a variant ofnewInstance(byte[], int, int, IpV4InternetTimestampOptionFlag...)and exists only for performance reason.- Parameters:
rawData- seePacketFactory.newInstance(byte[], int, int, N...).offset- seePacketFactory.newInstance(byte[], int, int, N...).length- seePacketFactory.newInstance(byte[], int, int, N...).- Returns:
- see
PacketFactory.newInstance(byte[], int, int, N...).
-
newInstance
public org.pcap4j.packet.IpV4InternetTimestampOption.IpV4InternetTimestampOptionData newInstance(byte[] rawData, int offset, int length, org.pcap4j.packet.namednumber.IpV4InternetTimestampOptionFlag number)This method is a variant ofnewInstance(byte[], int, int, IpV4InternetTimestampOptionFlag...)and exists only for performance reason.- Parameters:
rawData- seePacketFactory.newInstance(byte[], int, int, N...).offset- seePacketFactory.newInstance(byte[], int, int, N...).length- seePacketFactory.newInstance(byte[], int, int, N...).number- seePacketFactory.newInstance(byte[], int, int, N...).- Returns:
- see
PacketFactory.newInstance(byte[], int, int, N...).
-
newInstance
public org.pcap4j.packet.IpV4InternetTimestampOption.IpV4InternetTimestampOptionData newInstance(byte[] rawData, int offset, int length, org.pcap4j.packet.namednumber.IpV4InternetTimestampOptionFlag number1, org.pcap4j.packet.namednumber.IpV4InternetTimestampOptionFlag number2)This method is a variant ofnewInstance(byte[], int, int, IpV4InternetTimestampOptionFlag...)and exists only for performance reason.- Parameters:
rawData- seePacketFactory.newInstance(byte[], int, int, N...).offset- seePacketFactory.newInstance(byte[], int, int, N...).length- seePacketFactory.newInstance(byte[], int, int, N...).number1- seePacketFactory.newInstance(byte[], int, int, N...).number2- seePacketFactory.newInstance(byte[], int, int, N...).- Returns:
- see
PacketFactory.newInstance(byte[], int, int, N...).
-
newInstance
public org.pcap4j.packet.IpV4InternetTimestampOption.IpV4InternetTimestampOptionData newInstance(byte[] rawData, int offset, int length, org.pcap4j.packet.namednumber.IpV4InternetTimestampOptionFlag... numbers)- Specified by:
newInstancein interfaceorg.pcap4j.packet.factory.PacketFactory<org.pcap4j.packet.IpV4InternetTimestampOption.IpV4InternetTimestampOptionData,org.pcap4j.packet.namednumber.IpV4InternetTimestampOptionFlag>
-
-