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 ClassesModifier and TypeInterfaceDescriptionstatic interfaceProvides high-level packet handling using the Packet object model.static interfaceProvides a Java Consumer-style interface for packet handling.