Uses of Interface
jcifs.util.transport.Request
-
Packages that use Request Package Description jcifs.smb jcifs.util.transport -
-
Uses of Request in jcifs.smb
Methods in jcifs.smb that return Request Modifier and Type Method Description protected RequestSmbTransport. peekKey()Methods in jcifs.smb with parameters of type Request Modifier and Type Method Description protected voidSmbTransport. doSend(Request request)protected voidSmbTransport. doSend0(Request request)protected voidSmbTransport. makeKey(Request request) -
Uses of Request in jcifs.util.transport
Methods in jcifs.util.transport that return Request Modifier and Type Method Description protected abstract RequestTransport. peekKey()Methods in jcifs.util.transport with parameters of type Request Modifier and Type Method Description protected abstract voidTransport. doSend(Request request)protected abstract voidTransport. makeKey(Request request)voidTransport. sendrecv(Request request, Response response, long timeout)
-