クラス ValidateNegotiateInfoResponse
- java.lang.Object
-
- jcifs.internal.smb2.ioctl.ValidateNegotiateInfoResponse
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 ValidateNegotiateInfoResponse()
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 intdecode(byte[] buffer, int bufferIndex, int len)intgetCapabilities()intgetDialect()intgetSecurityMode()byte[]getServerGuid()
-
-
-
メソッドの詳細
-
getCapabilities
public int getCapabilities()
- 戻り値:
- the capabilities
-
getServerGuid
public byte[] getServerGuid()
- 戻り値:
- the serverGuid
-
getSecurityMode
public int getSecurityMode()
- 戻り値:
- the securityMode
-
getDialect
public int getDialect()
- 戻り値:
- the dialect
-
decode
public int decode(byte[] buffer, int bufferIndex, int len) throws SMBProtocolDecodingException- 定義:
decodeインタフェース内Decodable- 戻り値:
- decoded length
- 例外:
SMBProtocolDecodingException- 関連項目:
Decodable.decode(byte[], int, int)
-
-