Uses of Interface
com.slytechs.jnet.jnetpcap.PcapProConfigurator.PreRxProcessor
Packages that use PcapProConfigurator.PreRxProcessor
-
Uses of PcapProConfigurator.PreRxProcessor in com.slytechs.jnet.jnetpcap
Classes in com.slytechs.jnet.jnetpcap with type parameters of type PcapProConfigurator.PreRxProcessorModifier and TypeInterfaceDescriptionstatic interfaceA factory for creating Pre objects.Classes in com.slytechs.jnet.jnetpcap that implement PcapProConfigurator.PreRxProcessorModifier and TypeClassDescriptionfinal classThe Class PacketDelay.classThe Class PacketPlayer.final classA packet repeater pre-processor.Methods in com.slytechs.jnet.jnetpcap with type parameters of type PcapProConfigurator.PreRxProcessorModifier and TypeMethodDescription<T extends PcapProConfigurator.PreRxProcessor>
TNetPcap.install(T preProcessor) Install.<T extends PcapProConfigurator.PreRxProcessor>
TNetPcap.installPre(PcapProConfigurator.PreRxProcessorFactory<T> preProcessorSupplier) Install factory.