Uses of Interface
jcifs.smb1.util.transport.Request
-
Packages that use Request Package Description jcifs.smb1.smb1 jcifs.smb1.util.transport -
-
Uses of Request in jcifs.smb1.smb1
Methods in jcifs.smb1.smb1 that return Request Modifier and Type Method Description protected RequestSmbTransport. peekKey()Methods in jcifs.smb1.smb1 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.smb1.util.transport
Methods in jcifs.smb1.util.transport that return Request Modifier and Type Method Description protected abstract RequestTransport. peekKey()Methods in jcifs.smb1.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)
-