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