Uses of Class
jcifs.smb.RequestParam
-
Packages that use RequestParam Package Description jcifs.smb jcifs.util.transport -
-
Uses of RequestParam in jcifs.smb
Methods in jcifs.smb that return RequestParam Modifier and Type Method Description static RequestParamRequestParam. valueOf(String name)Returns the enum constant of this type with the specified name.static RequestParam[]RequestParam. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jcifs.smb with parameters of type RequestParam Modifier and Type Method Description <T extends CommonServerMessageBlockResponse>
TSmbTreeInternal. send(Request<T> request, RequestParam... params) -
Uses of RequestParam in jcifs.util.transport
Method parameters in jcifs.util.transport with type arguments of type RequestParam Modifier and Type Method Description protected <T extends Response>
longTransport. doSend(Request request, T response, Set<RequestParam> params, long timeout)<T extends Response>
TTransport. sendrecv(Request request, T response, Set<RequestParam> params)Send a request message and recieve response
-