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

Packages that use ClientResponse
com.sun.jersey.api.client Provides support for client-side communication with HTTP-based RESTful Web services. 
com.sun.jersey.api.client.filter Provides support for client filter chains and filters. 
 

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 ClientHandler.handle(ClientRequest cr)
          Handle a HTTP request as a ClientRequest and return the HTTP response as a ClientResponse.
 ClientResponse Client.handle(ClientRequest cr)
           
 ClientResponse UniformInterface.head()
          Invoke the HEAD method.
 ClientResponse WebResource.head()
           
 ClientResponse WebResource.Builder.head()
           
 

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)
           
 

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

Methods in com.sun.jersey.api.client.filter that return ClientResponse
abstract  ClientResponse ClientFilter.handle(ClientRequest cr)
           
 ClientResponse GZIPContentEncodingFilter.handle(ClientRequest request)
           
 ClientResponse LoggingFilter.handle(ClientRequest request)
           
 



Copyright © 2008 Sun Microsystems, Inc. All Rights Reserved.