パッケージ jcifs.smb
インタフェース SmbSessionInternal
-
- すべてのスーパーインタフェース:
AutoCloseable,SmbSession
public interface SmbSessionInternal extends SmbSession
- 作成者:
- mbechler
-
-
メソッドの概要
すべてのメソッド インスタンス・メソッド abstractメソッド 修飾子とタイプ メソッド 説明 byte[]getSessionKey()SmbTreegetSmbTree(String share, String service)SmbTransportgetTransport()booleanisInUse()voidreauthenticate()Initiate reauthenticationvoidtreeConnectLogon()Connect to the logon share-
インタフェースから継承されたメソッド jcifs.SmbSession
close, getConfig, getContext, unwrap
-
-
-
-
メソッドの詳細
-
isInUse
boolean isInUse()
- 戻り値:
- whether the session is in use
-
getSessionKey
byte[] getSessionKey() throws CIFSException- 戻り値:
- the current session key
- 例外:
CIFSException
-
getTransport
SmbTransport getTransport()
- 戻り値:
- the transport for this session
-
treeConnectLogon
void treeConnectLogon() throws SmbExceptionConnect to the logon share- 例外:
SmbException
-
getSmbTree
SmbTree getSmbTree(String share, String service)
- パラメータ:
share-service-- 戻り値:
- tree instance
-
reauthenticate
void reauthenticate() throws CIFSExceptionInitiate reauthentication- 例外:
CIFSException
-
-