Uses of Interface
com.slytechs.jnet.jnetpcap.PcapProConfigurator.PostRxProcessor
Packages that use PcapProConfigurator.PostRxProcessor
-
Uses of PcapProConfigurator.PostRxProcessor in com.slytechs.jnet.jnetpcap
Classes in com.slytechs.jnet.jnetpcap with type parameters of type PcapProConfigurator.PostRxProcessorModifier and TypeInterfaceDescriptionstatic interfaceA factory for creating Post objects.Classes in com.slytechs.jnet.jnetpcap that implement PcapProConfigurator.PostRxProcessorMethods in com.slytechs.jnet.jnetpcap with type parameters of type PcapProConfigurator.PostRxProcessorModifier and TypeMethodDescription<T extends PcapProConfigurator.PostRxProcessor>
NetPcapNetPcap.enableIpf(boolean b) Install factory.<T extends PcapProConfigurator.PostRxProcessor>
NetPcapNetPcap.enableIpfIf(BooleanSupplier b) Enable ipf if.<T extends PcapProConfigurator.PostRxProcessor>
TNetPcap.install(T postProcessor) Install.<T extends PcapProConfigurator.PostRxProcessor>
TNetPcap.installPost(PcapProConfigurator.PostRxProcessorFactory<T> postProcessorSupplier) Install factory.