パッケージ jcifs
インタフェース SmbSession
-
- すべてのスーパーインタフェース:
AutoCloseable
- 既知のサブインタフェースのリスト:
SmbSessionInternal
public interface SmbSession extends AutoCloseable
Opaque reference to a SMB session- 作成者:
- mbechler
-
-
メソッドの概要
すべてのメソッド インスタンス・メソッド abstractメソッド 修飾子とタイプ メソッド 説明 voidclose()ConfigurationgetConfig()CIFSContextgetContext()<T extends SmbSession>
Tunwrap(Class<T> type)
-
-
-
メソッドの詳細
-
close
void close()
- 定義:
closeインタフェース内AutoCloseable- 関連項目:
AutoCloseable.close()
-
getConfig
Configuration getConfig()
- 戻り値:
- the configuration used by this session
-
unwrap
<T extends SmbSession> T unwrap(Class<T> type)
- パラメータ:
type-- 戻り値:
- session instance with the given type
-
getContext
CIFSContext getContext()
- 戻り値:
- the context this session is attached to
-
-