Uses of Package
com.sun.jersey.api.client.config

Packages that use com.sun.jersey.api.client.config
com.sun.jersey.api.client Provides support for client-side communication with HTTP-based RESTful Web services. 
com.sun.jersey.api.client.config Provides support for configuration of a Client
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.apache.config Provides support for configuration of a ApacheHttpClient
com.sun.jersey.test.framework Provides support for testing JAX-RS and Jersey-based applications. 
 

Classes in com.sun.jersey.api.client.config used by com.sun.jersey.api.client
ClientConfig
          The client configuration that declares common property names, features, properties, provider classes and singleton instances that may be used by a Client instance.
 

Classes in com.sun.jersey.api.client.config used by com.sun.jersey.api.client.config
ClientConfig
          The client configuration that declares common property names, features, properties, provider classes and singleton instances that may be used by a Client instance.
 

Classes in com.sun.jersey.api.client.config used by com.sun.jersey.client.apache
ClientConfig
          The client configuration that declares common property names, features, properties, provider classes and singleton instances that may be used by a Client instance.
 

Classes in com.sun.jersey.api.client.config used by com.sun.jersey.client.apache.config
ClientConfig
          The client configuration that declares common property names, features, properties, provider classes and singleton instances that may be used by a Client instance.
DefaultClientConfig
          A default client configuration.
 

Classes in com.sun.jersey.api.client.config used by com.sun.jersey.test.framework
ClientConfig
          The client configuration that declares common property names, features, properties, provider classes and singleton instances that may be used by a Client instance.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.