Uses of Class
jcifs.smb1.dcerpc.DcerpcException
-
Packages that use DcerpcException Package Description jcifs.smb1.dcerpc -
-
Uses of DcerpcException in jcifs.smb1.dcerpc
Methods in jcifs.smb1.dcerpc that return DcerpcException Modifier and Type Method Description DcerpcExceptionDcerpcBind. getResult()DcerpcExceptionDcerpcMessage. getResult()Methods in jcifs.smb1.dcerpc that throw DcerpcException Modifier and Type Method Description voidDcerpcHandle. bind()static DcerpcHandleDcerpcHandle. getHandle(String url, NtlmPasswordAuthentication auth)protected static DcerpcBindingDcerpcHandle. parseBinding(String str)voidDcerpcHandle. sendrecv(DcerpcMessage msg)voidDcerpcSecurityProvider. unwrap(NdrBuffer incoming)voidDcerpcSecurityProvider. wrap(NdrBuffer outgoing)Constructors in jcifs.smb1.dcerpc that throw DcerpcException Constructor Description DcerpcPipeHandle(String url, NtlmPasswordAuthentication auth)
-