Package org.pcap4j.packet.factory.statik
Class StaticIpV6FlowLabelFactory
- java.lang.Object
-
- org.pcap4j.packet.factory.statik.StaticIpV6FlowLabelFactory
-
- All Implemented Interfaces:
org.pcap4j.packet.factory.PacketFactory<org.pcap4j.packet.IpV6Packet.IpV6FlowLabel,org.pcap4j.packet.namednumber.NotApplicable>
public final class StaticIpV6FlowLabelFactory extends java.lang.Object implements org.pcap4j.packet.factory.PacketFactory<org.pcap4j.packet.IpV6Packet.IpV6FlowLabel,org.pcap4j.packet.namednumber.NotApplicable>- Since:
- pcap4j 0.9.16
- Author:
- Kaito Yamada
-
-
Method Summary
Modifier and Type Method Description static StaticIpV6FlowLabelFactorygetInstance()org.pcap4j.packet.IpV6Packet.IpV6FlowLabelnewInstance(byte[] rawData, int offset, int length)This method is a variant ofnewInstance(byte[], int, int, NotApplicable...)and exists only for performance reason.org.pcap4j.packet.IpV6Packet.IpV6FlowLabelnewInstance(byte[] rawData, int offset, int length, org.pcap4j.packet.namednumber.NotApplicable... numbers)
-
-
-
Method Detail
-
getInstance
public static StaticIpV6FlowLabelFactory getInstance()
- Returns:
- the singleton instance of StaticIpV6FlowLabelFactory.
-
newInstance
public org.pcap4j.packet.IpV6Packet.IpV6FlowLabel newInstance(byte[] rawData, int offset, int length)This method is a variant ofnewInstance(byte[], int, int, NotApplicable...)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.IpV6Packet.IpV6FlowLabel newInstance(byte[] rawData, int offset, int length, org.pcap4j.packet.namednumber.NotApplicable... numbers)- Specified by:
newInstancein interfaceorg.pcap4j.packet.factory.PacketFactory<org.pcap4j.packet.IpV6Packet.IpV6FlowLabel,org.pcap4j.packet.namednumber.NotApplicable>
-
-