Uses of Interface
org.jnetpcap.internal.PcapDispatcher
Packages that use PcapDispatcher
Package
Description
The Packet Capture library provides a high level interface to packet capture
systems.
-
Uses of PcapDispatcher in org.jnetpcap
Fields in org.jnetpcap declared as PcapDispatcherModifier and TypeFieldDescriptionprotected PcapDispatcherPcap0_4.dispatcherPacket dispatcher implementation.Methods in org.jnetpcap that return PcapDispatcherModifier and TypeMethodDescriptionprotected PcapDispatcherPcap0_4.getDispatcher()Gets the packet dispatcher implementation.Methods in org.jnetpcap with parameters of type PcapDispatcherModifier and TypeMethodDescriptionprotected voidPcap0_4.setDispatcher(PcapDispatcher newDispatcher) Sets the packet dispatcher implementation. -
Uses of PcapDispatcher in org.jnetpcap.internal
Classes in org.jnetpcap.internal that implement PcapDispatcherModifier and TypeClassDescriptionclassA proxy PcapHandler, which receives packets from native pcap handle and forwards all packets to the sink java PcapHandler.