Uses of Interface
org.jnetpcap.internal.PcapDispatcher
Package
Description
The Packet Capture library provides a high level interface to packet capture
systems.
-
Uses of PcapDispatcher in org.jnetpcap
Modifier and TypeFieldDescriptionprotected PcapDispatcher
Pcap0_4.dispatcher
Packet dispatcher implementation.Modifier and TypeMethodDescriptionprotected PcapDispatcher
Pcap0_4.getDispatcher()
Gets the packet dispatcher implementation.Modifier and TypeMethodDescriptionprotected void
Pcap0_4.setDispatcher
(PcapDispatcher newDispatcher) Sets the packet dispatcher implementation. -
Uses of PcapDispatcher in org.jnetpcap.internal
Modifier and TypeClassDescriptionclass
A proxy PcapHandler, which receives packets from native pcap handle and forwards all packets to the sink java PcapHandler.