インタフェース PacketFactoryBinderProvider
-
public interface PacketFactoryBinderProvider
Provides an instance ofPacketFactoryBinder
Implementing 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
ServiceLoader
for more information.- 導入されたバージョン:
- pcap4j 1.8.0
- 作成者:
- Jordan Dubie
-
-
メソッドの概要
すべてのメソッド インスタンス・メソッド abstractメソッド 修飾子とタイプ メソッド 説明 PacketFactoryBinder
getBinder()
The instance of thePacketFactoryBinder
to use to build the packets.
-
-
-
メソッドの詳細
-
getBinder
PacketFactoryBinder getBinder()
The instance of thePacketFactoryBinder
to use to build the packets.- 戻り値:
- a
PacketFactoryBinder
-
-