Uses of Class
jcifs.dcerpc.DcerpcException
-
Packages that use DcerpcException Package Description jcifs.dcerpc -
-
Uses of DcerpcException in jcifs.dcerpc
Methods in jcifs.dcerpc that return DcerpcException Modifier and Type Method Description DcerpcExceptionDcerpcBind. getResult()DcerpcExceptionDcerpcMessage. getResult()Methods in jcifs.dcerpc that throw DcerpcException Modifier and Type Method Description voidDcerpcHandle. bind()Bind the handlestatic DcerpcHandleDcerpcHandle. getHandle(String url, CIFSContext tc)Get a handle to a servicestatic DcerpcHandleDcerpcHandle. getHandle(String url, CIFSContext tc, boolean unshared)Get a handle to a serviceprotected static DcerpcBindingDcerpcHandle. parseBinding(String str)voidDcerpcHandle. sendrecv(DcerpcMessage msg)voidDcerpcSecurityProvider. unwrap(NdrBuffer incoming)voidDcerpcSecurityProvider. wrap(NdrBuffer outgoing)Constructors in jcifs.dcerpc that throw DcerpcException Constructor Description DcerpcPipeHandle(String url, CIFSContext tc, boolean unshared)
-