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
Fields Modifier and Type Field Description private static StaticDot11FrameTypePacketFactoryINSTANCE-
Fields inherited from class org.pcap4j.packet.factory.statik.AbstractStaticPacketFactory
instantiaters
-
-
Constructor Summary
Constructors Modifier Constructor Description privateStaticDot11FrameTypePacketFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StaticDot11FrameTypePacketFactorygetInstance()-
Methods inherited from class org.pcap4j.packet.factory.statik.AbstractStaticPacketFactory
getTargetClass, getTargetClass, newInstance, newInstance
-
-
-
-
Field Detail
-
INSTANCE
private static final StaticDot11FrameTypePacketFactory INSTANCE
-
-
Method Detail
-
getInstance
public static StaticDot11FrameTypePacketFactory getInstance()
- Returns:
- the singleton instance of StaticDot11FrameTypePacketFactory.
-
-