Uses of Class
com.sun.jersey.api.client.ClientResponse

Packages that use ClientResponse
com.sun.jersey.api.client   
 

Uses of ClientResponse in com.sun.jersey.api.client
 

Methods in com.sun.jersey.api.client that return ClientResponse
 ClientResponse UniformInterfaceException.getResponse()
          Get the client response assocatiated with the exception.
 ClientResponse Client.handle(ClientRequest cr)
           
 ClientResponse ClientHandler.handle(ClientRequest cr)
          Handle a HTTP request as a ClientRequest and return the HTTP response as a ClientResponse.
abstract  ClientResponse ClientFilter.handle(ClientRequest cr)
           
 ClientResponse WebResource.head()
           
 ClientResponse WebResource.Builder.head()
           
 ClientResponse UniformInterface.head()
          Invoke the HEAD method.
 

Methods in com.sun.jersey.api.client that return types with arguments of type ClientResponse
 java.util.concurrent.Future<ClientResponse> AsyncUniformInterface.head()
          Invoke the HEAD method.
 java.util.concurrent.Future<ClientResponse> AsyncWebResource.head()
           
 java.util.concurrent.Future<ClientResponse> AsyncWebResource.Builder.head()
           
 

Constructors in com.sun.jersey.api.client with parameters of type ClientResponse
UniformInterfaceException(ClientResponse r)
           
UniformInterfaceException(java.lang.String message, ClientResponse r)