Uses of Class
com.slytechs.jnet.jnetpcap.NetPcap.PcapProContext
Packages that use NetPcap.PcapProContext
-
Uses of NetPcap.PcapProContext in com.slytechs.jnet.jnetpcap
Methods in com.slytechs.jnet.jnetpcap that return NetPcap.PcapProContextModifier and TypeMethodDescriptionNetPcap.getContext()Gets the context.final NetPcap.PcapProContextPcapProConfigurator.getPcapContext()Gets the pcap context.NetPcap.PcapProContext.setTimeSource(com.slytechs.jnet.jnetruntime.time.TimeSource timeSource) Sets the time source. -
Uses of NetPcap.PcapProContext in com.slytechs.jnet.jnetpcap.internal
Methods in com.slytechs.jnet.jnetpcap.internal with parameters of type NetPcap.PcapProContextModifier and TypeMethodDescriptionAbstractPacketReceiver.PacketDispatcherFactory.newInstance(org.jnetpcap.internal.PcapDispatcher source, PacketReceiver sink, T config, NetPcap.PcapProContext context) New instance.org.jnetpcap.internal.PcapDispatcherAbstractPcapDispatcher.PcapDispatcherFactory.newInstance(org.jnetpcap.internal.PcapDispatcher source, Object config, NetPcap.PcapProContext context) New instance.Constructors in com.slytechs.jnet.jnetpcap.internal with parameters of type NetPcap.PcapProContextModifierConstructorDescriptionPacketDelayPreProcessor(org.jnetpcap.internal.PcapDispatcher pcapDispatcher, Object config, NetPcap.PcapProContext context) Instantiates a new packet delay pre processor.PacketPlayerPreProcessor(org.jnetpcap.internal.PcapDispatcher pcapDispatcher, Object config, NetPcap.PcapProContext context) Instantiates a new packet player pre processor.PacketRepeaterPreProcessor(org.jnetpcap.internal.PcapDispatcher pcapDispatcher, Object config, NetPcap.PcapProContext context) Instantiates a new packet repeater pre processor.