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

Packages that use TerminatingClientHandler
com.sun.jersey.client.apache Provides support for the Client API that utilizes the Apache HTTP client to send and receive HTTP request and responses. 
com.sun.jersey.client.urlconnection   
 

Uses of TerminatingClientHandler in com.sun.jersey.client.apache
 

Subclasses of TerminatingClientHandler in com.sun.jersey.client.apache
 class ApacheHttpClientHandler
          A root handler with Jakarta Commons HttpClient acting as a backend.
 

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

Subclasses of TerminatingClientHandler 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 © 2011 Sun Microsystems, Inc. All Rights Reserved.