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 Request
SmbTransport. peekKey()
Methods in jcifs.smb with parameters of type Request Modifier and Type Method Description protected void
SmbTransport. doSend(Request request)
protected void
SmbTransport. doSend0(Request request)
protected void
SmbTransport. 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 Request
Transport. peekKey()
Methods in jcifs.util.transport with parameters of type Request Modifier and Type Method Description protected abstract void
Transport. doSend(Request request)
protected abstract void
Transport. makeKey(Request request)
void
Transport. sendrecv(Request request, Response response, long timeout)
-