Package pcap.spi

Interface Packet

All Known Implementing Classes:
Packet.Abstract

public interface Packet
Since:
1.0.0
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    Abstract packet.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get packet buffer.
  • Method Details

    • buffer

      PacketBuffer buffer()
      Get packet buffer.
      Returns:
      returns packet buffer.
      Since:
      1.0.0