パッケージ jcifs.smb
インタフェース SmbTreeInternal
-
- すべてのスーパーインタフェース:
AutoCloseable,SmbTree
public interface SmbTreeInternal extends SmbTree
- 作成者:
- mbechler
-
-
メソッドの概要
すべてのメソッド インスタンス・メソッド abstractメソッド 推奨されていないメソッド 修飾子とタイプ メソッド 説明 voidconnectLogon(CIFSContext tf)推奨されていません。<T extends CommonServerMessageBlockResponse>
Tsend(Request<T> request, RequestParam... params)
-
-
-
メソッドの詳細
-
connectLogon
@Deprecated void connectLogon(CIFSContext tf) throws SmbException
推奨されていません。- パラメータ:
tf-- 例外:
SmbException
-
send
<T extends CommonServerMessageBlockResponse> T send(Request<T> request, RequestParam... params) throws CIFSException
- パラメータ:
request-params-- 戻り値:
- response message
- 例外:
CIFSException
-
-