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

Packages that use Client
com.sun.jersey.api.client Provides support for client-side communication with HTTP-based RESTful Web services. 
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. 
 

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

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

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

Subclasses of Client in com.sun.jersey.client.apache
 class ApacheHttpClient
          A Client that utilizes the Apache HTTP client to send and receive HTTP request and responses.
 



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