-
- All Known Implementing Classes:
PropertiesBasedPacketFactoryBinderProvider,StaticPacketFactoryBinderProvider
public interface PacketFactoryBinderProviderProvides an instance ofPacketFactoryBinderImplementing modules must declare themselves to the core module by:
- creating the file src/main/resources/META-INF/services/org.pcap4j.packet.factory.PacketFactoryBinderProvider
- adding a line in the file '<package>.<className>' for the name of the class
implementing this
PacketFactoryBinderProvider
See
ServiceLoaderfor more information.- Since:
- pcap4j 1.8.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PacketFactoryBindergetBinder()The instance of thePacketFactoryBinderto use to build the packets.
-
-
-
Method Detail
-
getBinder
PacketFactoryBinder getBinder()
The instance of thePacketFactoryBinderto use to build the packets.- Returns:
- a
PacketFactoryBinder
-
-