Uses of Class
jcifs.smb.SmbTransport
-
Packages that use SmbTransport Package Description jcifs.smb -
-
Uses of SmbTransport in jcifs.smb
Fields in jcifs.smb declared as SmbTransport Modifier and Type Field Description static SmbTransport
SmbConstants. NULL_TRANSPORT
static SmbTransport
SmbConstants. NULL_TRANSPORT
static SmbTransport
SmbConstants. NULL_TRANSPORT
static SmbTransport
SmbConstants. NULL_TRANSPORT
Methods in jcifs.smb that return SmbTransport Modifier and Type Method Description SmbTransport
Dfs. getDc(java.lang.String domain, NtlmPasswordAuthentication auth)
Methods in jcifs.smb with parameters of type SmbTransport Modifier and Type Method Description DfsReferral
Dfs. getReferral(SmbTransport trans, java.lang.String domain, java.lang.String root, java.lang.String path, NtlmPasswordAuthentication auth)
Constructors in jcifs.smb with parameters of type SmbTransport Constructor Description SigningDigest(SmbTransport transport, NtlmPasswordAuthentication auth)
-