Uses of Class
com.sun.jersey.client.apache4.ApacheHttpClient4

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

Uses of ApacheHttpClient4 in com.sun.jersey.client.apache4
 

Methods in com.sun.jersey.client.apache4 that return ApacheHttpClient4
static ApacheHttpClient4 ApacheHttpClient4.create()
          Create a default client.
static ApacheHttpClient4 ApacheHttpClient4.create(ClientConfig cc)
          Create a default client with client configuration.
static ApacheHttpClient4 ApacheHttpClient4.create(ClientConfig cc, IoCComponentProviderFactory provider)
          Create a default client with client configuration and component provider.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.