Class IcmpIdentifiablePacket

    • Constructor Detail

      • IcmpIdentifiablePacket

        protected IcmpIdentifiablePacket()
    • Method Detail

      • getHeader

        public abstract IcmpIdentifiablePacket.IcmpIdentifiableHeader 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