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 PcapDispatcher
Pcap0_4.dispatcher
Packet dispatcher implementation.Methods in org.jnetpcap that return PcapDispatcherModifier and TypeMethodDescriptionprotected PcapDispatcher
Pcap0_4.getDispatcher()
Gets the packet dispatcher implementation.Methods in org.jnetpcap with parameters of type PcapDispatcherModifier and TypeMethodDescriptionprotected void
Pcap0_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 TypeClassDescriptionclass
A proxy PcapHandler, which receives packets from native pcap handle and forwards all packets to the sink java PcapHandler.