Package | Description |
---|---|
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.client.apache4 |
Provides support for the Client API that utilizes the Apache HTTP client to
send and receive HTTP request and responses.
|
com.sun.jersey.client.apache4.config |
Provides support for configuration of a
ApacheHttpClient4 . |
com.sun.jersey.test.framework |
Provides support for testing JAX-RS and Jersey-based applications.
|
com.sun.jersey.test.framework.spi.client |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultClientConfig
A default client configuration.
|
Modifier and Type | Method and Description |
---|---|
ClientConfig |
ApacheHttpClientHandler.getConfig()
Get the client config.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
ApacheHttpClient(ApacheHttpClientHandler root,
ClientConfig config,
IoCComponentProviderFactory provider)
Deprecated.
the config parameter is no longer utilized and instead
the config obtained from the
ApacheHttpClientHandler.getConfig()
is utilized instead. |
ApacheHttpClientHandler(org.apache.commons.httpclient.HttpClient client,
ClientConfig config)
Create a new root handler with an
HttpClient . |
ApacheHttpClientHandler(org.apache.commons.httpclient.HttpClient client,
ClientConfig config,
ApacheHttpMethodExecutor methodExecutor)
Create a new root handler with an
HttpClient . |
Modifier and Type | Interface and Description |
---|---|
interface |
ApacheHttpClientConfig
Configuration options specific to the Client API that utilizes
ApacheHttpClient or ApacheHttpClientHandler . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultApacheHttpClientConfig
A default client configuration for clients that utilizes the
Apache HTTP client to send and receive HTTP request and responses.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
ApacheHttpClient4(ApacheHttpClient4Handler root,
ClientConfig config)
Create a new client instance with a client configuration.
|
ApacheHttpClient4(ApacheHttpClient4Handler root,
ClientConfig config,
IoCComponentProviderFactory provider)
Create a new instance with a client configuration and a
component provider.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ApacheHttpClient4Config
Configuration options specific to the Client API that utilizes
ApacheHttpClient4 or ApacheHttpClient4Handler . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultApacheHttpClient4Config
A default client configuration for clients that utilizes the
Apache HTTP client to send and receive HTTP request and responses.
|
Modifier and Type | Field and Description |
---|---|
protected ClientConfig |
AppDescriptor.AppDescriptorBuilder.cc |
Modifier and Type | Method and Description |
---|---|
ClientConfig |
AppDescriptor.getClientConfig()
Get the client configuration.
|
Modifier and Type | Method and Description |
---|---|
T |
AppDescriptor.AppDescriptorBuilder.clientConfig(ClientConfig cc)
Set the client configuration.
|
Modifier and Type | Method and Description |
---|---|
Client |
ClientFactory.create(ClientConfig clientConfig)
Create a client.
|
Copyright © 2013 Oracle Corporation. All rights reserved.