Package jcifs.smb
Interface SmbTreeInternal
-
- All Superinterfaces:
AutoCloseable,SmbTree
public interface SmbTreeInternal extends SmbTree
- Author:
- mbechler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidconnectLogon(CIFSContext tf)Deprecated.<T extends CommonServerMessageBlockResponse>
Tsend(Request<T> request, RequestParam... params)
-
-
-
Method Detail
-
connectLogon
@Deprecated void connectLogon(CIFSContext tf) throws SmbException
Deprecated.- Parameters:
tf-- Throws:
SmbException
-
send
<T extends CommonServerMessageBlockResponse> T send(Request<T> request, RequestParam... params) throws CIFSException
- Parameters:
request-params-- Returns:
- response message
- Throws:
CIFSException
-
-