|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientConfig | |
---|---|
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. |
Uses of ClientConfig in com.sun.jersey.api.client |
---|
Methods in com.sun.jersey.api.client with parameters of type ClientConfig | |
---|---|
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. |
Constructors in com.sun.jersey.api.client with parameters of type ClientConfig | |
---|---|
Client(ClientHandler root,
ClientConfig config)
Create a new client instance with a client configuration. |
|
Client(ClientHandler root,
ClientConfig config,
IoCComponentProviderFactory provider)
Create a new instance with a client configuration and a component provider. |
Uses of ClientConfig in com.sun.jersey.api.client.config |
---|
Classes in com.sun.jersey.api.client.config that implement ClientConfig | |
---|---|
class |
DefaultClientConfig
A default client configuration. |
Uses of ClientConfig in com.sun.jersey.client.apache |
---|
Methods in com.sun.jersey.client.apache with parameters of type ClientConfig | |
---|---|
static ApacheHttpClient |
ApacheHttpClient.create(ClientConfig cc)
Create a default client with client configuration. |
static ApacheHttpClient |
ApacheHttpClient.create(ClientConfig cc,
IoCComponentProviderFactory provider)
Create a default client with client configuration and component provider. |
Constructors in com.sun.jersey.client.apache with parameters of type ClientConfig | |
---|---|
ApacheHttpClient(ApacheHttpClientHandler root,
ClientConfig config)
Create a new client instance with a client configuration. |
|
ApacheHttpClient(ApacheHttpClientHandler root,
ClientConfig config,
IoCComponentProviderFactory provider)
Create a new instance with a client configuration and a component provider. |
Uses of ClientConfig in com.sun.jersey.client.apache.config |
---|
Subinterfaces of ClientConfig in com.sun.jersey.client.apache.config | |
---|---|
interface |
ApacheHttpClientConfig
Configuration options specific to the Client API that utilizes ApacheHttpClient or ApacheHttpClientHandler . |
Classes in com.sun.jersey.client.apache.config that implement ClientConfig | |
---|---|
class |
DefaultApacheHttpClientConfig
A default client configuration for clients that utilizes the Apache HTTP client to send and receive HTTP request and responses. |
Uses of ClientConfig in com.sun.jersey.test.framework |
---|
Fields in com.sun.jersey.test.framework declared as ClientConfig | |
---|---|
protected ClientConfig |
AppDescriptor.AppDescriptorBuilder.cc
|
Methods in com.sun.jersey.test.framework that return ClientConfig | |
---|---|
ClientConfig |
AppDescriptor.getClientConfig()
Get the client configuration. |
Methods in com.sun.jersey.test.framework with parameters of type ClientConfig | |
---|---|
T |
AppDescriptor.AppDescriptorBuilder.clientConfig(ClientConfig cc)
Set the client configuration. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |