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