パッケージ jcifs.internal.dfs
クラス Referral
- java.lang.Object
-
- jcifs.internal.dfs.Referral
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 Referral()
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 intdecode(byte[] buffer, int bufferIndex, int len)StringgetAltPath()String[]getExpandedNames()StringgetNode()intgetProximity()intgetRFlags()StringgetRpath()intgetServerType()intgetSize()StringgetSpecialName()intgetTtl()intgetVersion()StringtoString()
-
-
-
メソッドの詳細
-
getVersion
public final int getVersion()
- 戻り値:
- the version
-
getSize
public final int getSize()
- 戻り値:
- the size
-
getServerType
public final int getServerType()
- 戻り値:
- the serverType
-
getRFlags
public final int getRFlags()
- 戻り値:
- the rflags
-
getProximity
public final int getProximity()
- 戻り値:
- the proximity
-
getAltPath
public final String getAltPath()
- 戻り値:
- the altPath
-
getTtl
public final int getTtl()
- 戻り値:
- the ttl
-
getRpath
public final String getRpath()
- 戻り値:
- the rpath
-
getNode
public final String getNode()
- 戻り値:
- the node
-
getSpecialName
public final String getSpecialName()
- 戻り値:
- the specialName
-
getExpandedNames
public final String[] getExpandedNames()
- 戻り値:
- the expandedNames
-
decode
public int decode(byte[] buffer, int bufferIndex, int len)
-
-