Package org.pcap4j.packet.factory.statik
Class StaticLlcNumberPacketFactory
- java.lang.Object
-
- org.pcap4j.packet.factory.statik.AbstractStaticPacketFactory<LlcNumber>
-
- org.pcap4j.packet.factory.statik.StaticLlcNumberPacketFactory
-
- All Implemented Interfaces:
PacketFactory<Packet,LlcNumber>
public final class StaticLlcNumberPacketFactory extends AbstractStaticPacketFactory<LlcNumber>
- Since:
- pcap4j 1.6.5
-
-
Field Summary
Fields Modifier and Type Field Description private static StaticLlcNumberPacketFactoryINSTANCE-
Fields inherited from class org.pcap4j.packet.factory.statik.AbstractStaticPacketFactory
instantiaters
-
-
Constructor Summary
Constructors Modifier Constructor Description privateStaticLlcNumberPacketFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StaticLlcNumberPacketFactorygetInstance()-
Methods inherited from class org.pcap4j.packet.factory.statik.AbstractStaticPacketFactory
getTargetClass, getTargetClass, newInstance, newInstance
-
-
-
-
Field Detail
-
INSTANCE
private static final StaticLlcNumberPacketFactory INSTANCE
-
-
Method Detail
-
getInstance
public static StaticLlcNumberPacketFactory getInstance()
- Returns:
- the singleton instance of StaticLlcNumberPacketFactory.
-
-