パッケージ org.pcap4j.packet

クラス Ssh2NameList

    • コンストラクタの詳細

      • Ssh2NameList

        public Ssh2NameList​(List<String> list)
        パラメータ:
        list - list
      • Ssh2NameList

        public Ssh2NameList​(String... names)
        パラメータ:
        names - names
    • メソッドの詳細

      • getLength

        public int getLength()
        戻り値:
        value of the length field
      • getList

        public List<String> getList()
        戻り値:
        list
      • length

        public int length()
        戻り値:
        length
      • getRawData

        public byte[] getRawData()
        戻り値:
        rawData
      • equals

        public boolean equals​(Object obj)
        オーバーライド:
        equals クラス内 Object
      • hashCode

        public int hashCode()
        オーバーライド:
        hashCode クラス内 Object