Module com.slytechs.jnet.jnetpcap
Package com.slytechs.jnet.jnetpcap
Interface PcapProConfigurator.PreRxProcessorFactory<T extends PcapProConfigurator.PreRxProcessor>
- Type Parameters:
T- the generic type
- All Superinterfaces:
PcapProConfigurator.RxProcessor
- Enclosing class:
PcapProConfigurator<T extends PcapProConfigurator<T>>
public static interface PcapProConfigurator.PreRxProcessorFactory<T extends PcapProConfigurator.PreRxProcessor>
extends PcapProConfigurator.RxProcessor
A factory for creating Pre objects.
-
Method Summary
-
Method Details
-
newInstance
T newInstance()New instance.- Returns:
- the t
-