パッケージ org.pcap4j.packet

クラス IpV6ExtOptionsPacket

    • コンストラクタの詳細

      • IpV6ExtOptionsPacket

        protected IpV6ExtOptionsPacket()
      • IpV6ExtOptionsPacket

        protected IpV6ExtOptionsPacket​(byte[] rawData,
                                       int payloadOffset,
                                       int payloadLength,
                                       IpNumber number)
        パラメータ:
        rawData - rawData
        payloadOffset - payloadOffset
        payloadLength - payloadLength
        number - number
    • メソッドの詳細

      • getHeader

        public abstract IpV6ExtOptionsPacket.IpV6ExtOptionsHeader getHeader()
        クラスからコピーされた説明: 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.
        定義:
        getHeader インタフェース内 Packet
        オーバーライド:
        getHeader クラス内 AbstractPacket
        戻り値:
        the Header object representing this packet's header. May be null if the header doesn't exist
      • getPayload

        public Packet getPayload()
        クラスからコピーされた説明: 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.
        定義:
        getPayload インタフェース内 Packet
        オーバーライド:
        getPayload クラス内 AbstractPacket
        戻り値:
        the Packet object representing this packet's payload. May be null if the payload doesn't exist