Class IpV6ExtRoutingPacket

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable<Packet>, Packet

    public final class IpV6ExtRoutingPacket
    extends AbstractPacket
    Since:
    pcap4j 0.9.10
    Author:
    Kaito Yamada
    See Also:
    Serialized Form
    • Method Detail

      • getHeader

        public IpV6ExtRoutingPacket.IpV6ExtRoutingHeader getHeader()
        Description copied from class: AbstractPacket
        Returns the Header object representing this packet's header. This subclass have to override this method if the packet represented by the subclass has a header.
        Specified by:
        getHeader in interface Packet
        Overrides:
        getHeader in class AbstractPacket
        Returns:
        the Header object representing this packet's header. May be null if the header doesn't exist
      • 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