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

Packages that use ClientRequest
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 ClientRequest in com.sun.jersey.api.client
 

Methods in com.sun.jersey.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.jersey.api.client with parameters of type ClientRequest
 java.io.OutputStream ClientRequestAdapter.adapt(ClientRequest request, java.io.OutputStream out)
          Adapt the output stream of the client request.
 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)
           
 

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

Methods in com.sun.jersey.api.client.filter with parameters of type ClientRequest
abstract  ClientResponse ClientFilter.handle(ClientRequest cr)
           
 ClientResponse GZIPContentEncodingFilter.handle(ClientRequest request)
           
 ClientResponse LoggingFilter.handle(ClientRequest request)
           
 



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