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