Module com.slytechs.jnet.jnetpcap
Interface AbstractPcapDispatcher.PcapDispatcherFactory
- Enclosing class:
AbstractPcapDispatcher
public static interface AbstractPcapDispatcher.PcapDispatcherFactory
A factory for creating PcapDispatcher objects.
-
Method Summary
Modifier and TypeMethodDescriptionorg.jnetpcap.internal.PcapDispatchernewInstance(org.jnetpcap.internal.PcapDispatcher source, Object config, NetPcap.PcapProContext context) New instance.
-
Method Details
-
newInstance
org.jnetpcap.internal.PcapDispatcher newInstance(org.jnetpcap.internal.PcapDispatcher source, Object config, NetPcap.PcapProContext context) New instance.- Parameters:
source- the sourceconfig- the configcontext- the context- Returns:
- the pcap dispatcher
-