| java.lang.Object com.knowgate.jcifs.smb.SmbTransport
Inner Class :class ServerData | |
Method Summary | |
Mid | aquireMid() | void | ensureOpen() | synchronized DfsReferral | getDfsReferral(NtlmPasswordAuthentication auth, String path) | synchronized SmbSession | getSmbSession() | synchronized SmbSession | getSmbSession(NtlmPasswordAuthentication auth) | static synchronized SmbTransport | getSmbTransport(UniAddress address, int port) | static synchronized SmbTransport | getSmbTransport(UniAddress address, int port, InetAddress localAddr, int localPort) | boolean | hasCapability(int cap) | boolean | isSignatureSetupRequired(NtlmPasswordAuthentication auth) | synchronized DfsReferral | lookupReferral(String unc) | boolean | matches(UniAddress address, int port, InetAddress localAddr, int localPort) | synchronized void | negotiate() | void | releaseMid(Mid mid) | public void | run() | void | send(ServerMessageBlock request, ServerMessageBlock response) | void | sendTransaction(SmbComTransaction request, SmbComTransactionResponse response) | public String | toString() | void | tryClose(boolean inError) |
VC_NUMBER | final static int VC_NUMBER(Code) | | |
capabilities | int capabilities(Code) | | |
maxMpxCount | int maxMpxCount(Code) | | |
rcv_buf_size | int rcv_buf_size(Code) | | |
server | ServerData server(Code) | | |
sessionKey | int sessionKey(Code) | | |
snd_buf_size | int snd_buf_size(Code) | | |
useUnicode | boolean useUnicode(Code) | | |
SmbTransport | SmbTransport()(Code) | | |
releaseMid | void releaseMid(Mid mid)(Code) | | |
tryClose | void tryClose(boolean inError)(Code) | | |
|
|