Interface PacketHandler

All Known Subinterfaces:
PacketHandler.OfPacket<U>, PacketHandler.OfPacketConsumer

public interface PacketHandler
A marker interface for different types of packet handlers used in packet capture and processing. This interface serves as a base for specialized packet handlers that can process packets in different formats (array, buffer, native memory) and with different safety guarantees.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Provides high-level packet handling using the Packet object model.
    static interface 
    Provides a Java Consumer-style interface for packet handling.