パッケージ org.pcap4j.packet
クラス Ssh2NameList
- java.lang.Object
-
- org.pcap4j.packet.Ssh2NameList
-
- すべての実装されたインタフェース:
Serializable
public final class Ssh2NameList extends Object implements Serializable
- 導入されたバージョン:
- pcap4j 1.0.1
- 作成者:
- Kaito Yamada
- 関連項目:
- 直列化された形式
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 Ssh2NameList(byte[] rawData, int offset, int length)
Constructor.Ssh2NameList(String... names)
Ssh2NameList(List<String> list)
-
-
-
コンストラクタの詳細
-
Ssh2NameList
public Ssh2NameList(String... names)
- パラメータ:
names
- names
-
Ssh2NameList
public Ssh2NameList(byte[] rawData, int offset, int length) throws IllegalRawDataException
Constructor. This method validates the arguments byByteArrays.validateBounds(byte[], int, int)
, which may throw exceptions undocumented here.- パラメータ:
rawData
- rawDataoffset
- offsetlength
- length- 例外:
IllegalRawDataException
- if parsing the raw data fails.
-
-