Interface PcapProHandler

All Superinterfaces:
org.jnetpcap.PcapHandler
All Known Subinterfaces:
PcapProHandler.OfPacket<U>, PcapProHandler.OfPacketConsumer

public interface PcapProHandler extends org.jnetpcap.PcapHandler
Marker interface for all Pcap pro packet handlers.
Author:
Sly Technologies Inc, repos@slytechs.com
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    The Interface IpfHandler.
    static interface 
    A dispatcher which dispatches high level packets with protocol header information.
    static interface 
    A dispatcher which dispatches high level packets with protocol header information.

    Nested classes/interfaces inherited from interface org.jnetpcap.PcapHandler

    org.jnetpcap.PcapHandler.NativeCallback, org.jnetpcap.PcapHandler.OfArray<U>, org.jnetpcap.PcapHandler.OfByteBuffer<U>, org.jnetpcap.PcapHandler.OfMemorySegment<U>