Class IcmpV6InvokingPacketPacket

java.lang.Object
org.pcap4j.packet.AbstractPacket
org.pcap4j.packet.IcmpV6InvokingPacketPacket
All Implemented Interfaces:
Serializable, Iterable<Packet>, Packet
Direct Known Subclasses:
IcmpV6DestinationUnreachablePacket, IcmpV6PacketTooBigPacket, IcmpV6ParameterProblemPacket, IcmpV6TimeExceededPacket

abstract class IcmpV6InvokingPacketPacket extends AbstractPacket
Since:
pcap4j 0.9.15
  • Field Details

  • Constructor Details

    • IcmpV6InvokingPacketPacket

      protected IcmpV6InvokingPacketPacket()
    • IcmpV6InvokingPacketPacket

      protected IcmpV6InvokingPacketPacket(byte[] rawData, int payloadOffset, int payloadLength)
      Parameters:
      rawData - rawData
      payloadOffset - payloadOffset
      payloadLength - payloadLength
    • IcmpV6InvokingPacketPacket

      protected IcmpV6InvokingPacketPacket(IcmpV6InvokingPacketPacket.Builder builder)
      Parameters:
      builder - builder
  • Method Details

    • getPayload

      public Packet getPayload()
      Description copied from class: AbstractPacket
      Returns the Packet object representing this packet's payload. This subclass have to override this method if the packet represented by the subclass has a payload.
      Specified by:
      getPayload in interface Packet
      Overrides:
      getPayload in class AbstractPacket
      Returns:
      the Packet object representing this packet's payload. May be null if the payload doesn't exist