Module org.jnetpcap

Class StandardPcapDispatcher

java.lang.Object
org.jnetpcap.internal.StandardPcapDispatcher
All Implemented Interfaces:
AutoCloseable, PcapDispatcher, PcapHandler, PcapHandler.NativeCallback

public class StandardPcapDispatcher extends Object implements PcapDispatcher
A proxy PcapHandler, which receives packets from native pcap handle and forwards all packets to the sink java PcapHandler.