パッケージ org.pcap4j.packet

クラス Ssh2BinaryPacket.Ssh2BinaryHeader

    • メソッドの詳細

      • getPacketLength

        public int getPacketLength()
        戻り値:
        packetLength
      • getPacketLengthAsLong

        public long getPacketLengthAsLong()
        戻り値:
        packetLength
      • getPaddingLength

        public byte getPaddingLength()
        戻り値:
        paddingLength
      • getPaddingLengthAsInt

        public int getPaddingLengthAsInt()
        戻り値:
        paddingLength
      • length

        public int length()
        クラスからコピーされた説明: AbstractPacket.AbstractHeader
        Returns the header length in bytes. This method calls calcLength() and caches the return value when it is called for the first time, and then, this method returns the cached value from the second time.
        定義:
        length インタフェース内 Packet.Header
        オーバーライド:
        length クラス内 AbstractPacket.AbstractHeader
        戻り値:
        the length of the byte stream of the header represented by this object in bytes