パッケージ jcifs.smb
インタフェース SmbTreeHandleInternal
-
- すべてのスーパーインタフェース:
AutoCloseable,SmbTreeHandle
public interface SmbTreeHandleInternal extends SmbTreeHandle
- 作成者:
- mbechler
-
-
メソッドの概要
すべてのメソッド インスタンス・メソッド abstractメソッド 修飾子とタイプ メソッド 説明 booleanareSignaturesActive()voidensureDFSResolved()intgetMaximumBufferSize()intgetReceiveBufferSize()intgetSendBufferSize()SmbSessiongetSession()Internal/testing use onlybooleanhasCapability(int cap)voidrelease()-
インタフェースから継承されたメソッド jcifs.SmbTreeHandle
close, getConfig, getConnectedShare, getOEMDomainName, getRemoteHostName, getServerTimeZoneOffset, getTreeType, isConnected, isSameTree, isSMB2
-
-
-
-
メソッドの詳細
-
release
void release()
-
ensureDFSResolved
void ensureDFSResolved() throws CIFSException
-
hasCapability
boolean hasCapability(int cap) throws CIFSException- パラメータ:
cap-- 戻り値:
- whether the capabiltiy is present
- 例外:
CIFSException
-
getSendBufferSize
int getSendBufferSize() throws CIFSException- 戻り値:
- the send buffer size of the underlying connection
- 例外:
CIFSException
-
getReceiveBufferSize
int getReceiveBufferSize() throws CIFSException- 戻り値:
- the receive buffer size of the underlying connection
- 例外:
CIFSException
-
getMaximumBufferSize
int getMaximumBufferSize() throws CIFSException- 戻り値:
- the maximum buffer size reported by the server
- 例外:
CIFSException
-
areSignaturesActive
boolean areSignaturesActive() throws CIFSException- 戻り値:
- whether the session uses SMB signing
- 例外:
CIFSExceptionSmbException
-
getSession
SmbSession getSession()
Internal/testing use only- 戻り値:
- attached session
-
-