Uses of Class
jcifs.smb.SmbTransport

Packages that use SmbTransport
jcifs.smb   
 

Uses of SmbTransport in jcifs.smb
 

Methods in jcifs.smb that return SmbTransport
 SmbTransport Dfs.getDc(java.lang.String domain, NtlmPasswordAuthentication auth)
           
 

Methods in jcifs.smb with parameters of type SmbTransport
 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
SigningDigest(SmbTransport transport, NtlmPasswordAuthentication auth)