| 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. |
| 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.
|
Copyright © 2016 Oracle Corporation. All Rights Reserved.