|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientRequest | |
---|---|
com.sun.ws.rest.api.client |
Uses of ClientRequest in com.sun.ws.rest.api.client |
---|
Methods in com.sun.ws.rest.api.client that return ClientRequest | |
---|---|
ClientRequest |
ClientRequest.Builder.build(java.net.URI uri,
java.lang.String method)
Build the ClientRequest instance. |
abstract ClientRequest |
ClientRequest.clone()
Clone the request. |
Methods in com.sun.ws.rest.api.client with parameters of type ClientRequest | |
---|---|
abstract ClientResponse |
ClientFilter.handle(ClientRequest cr)
|
ClientResponse |
ClientHandler.handle(ClientRequest cr)
Handle a HTTP request as a ClientRequest and return the HTTP
response as a ClientResponse . |
ClientResponse |
Client.handle(ClientRequest cr)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |