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

Packages that use RequestWriter
com.sun.jersey.api.client Provides support for client-side communication with HTTP-based RESTful Web services. 
com.sun.jersey.client.urlconnection   
 

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

Subclasses of RequestWriter in com.sun.jersey.api.client
 class TerminatingClientHandler
          A terminating client handler that is invoked to produce an HTTP request to send to a resource and process the HTTP response received from the resource.
 

Uses of RequestWriter in com.sun.jersey.client.urlconnection
 

Subclasses of RequestWriter in com.sun.jersey.client.urlconnection
 class URLConnectionClientHandler
          A terminating client handler that uses HttpURLConnection or HttpsURLConnection to make HTTP requests and receive HTTP responses.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.