Package org.pcap4j.packet.factory.statik
Class StaticDot11FrameTypePacketFactory
java.lang.Object
org.pcap4j.packet.factory.statik.AbstractStaticPacketFactory<Dot11FrameType>
org.pcap4j.packet.factory.statik.StaticDot11FrameTypePacketFactory
- All Implemented Interfaces:
PacketFactory<Packet,Dot11FrameType>
public final class StaticDot11FrameTypePacketFactory
extends AbstractStaticPacketFactory<Dot11FrameType>
- Since:
- pcap4j 1.7.0
-
Field Summary
FieldsFields inherited from class org.pcap4j.packet.factory.statik.AbstractStaticPacketFactory
instantiaters -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.pcap4j.packet.factory.statik.AbstractStaticPacketFactory
getTargetClass, getTargetClass, newInstance, newInstance
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
StaticDot11FrameTypePacketFactory
private StaticDot11FrameTypePacketFactory()
-
-
Method Details
-
getInstance
- Returns:
- the singleton instance of StaticDot11FrameTypePacketFactory.
-