| Package | Description |
|---|---|
| javax.ws.rs.client |
The JAX-RS client API
|
| javax.ws.rs.core |
Low-level interfaces and annotations used to create RESTful service
resources.
|
| Modifier and Type | Method and Description |
|---|---|
Configuration |
ClientRequestContext.getConfiguration()
Get the immutable configuration of the request.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract Client |
ClientFactory.getClient(Configuration configuration)
Get a new pre-configured client instance.
|
static Client |
ClientFactory.newClient(Configuration configuration)
Create new configured client instance using the default client builder factory
provided by the JAX-RS implementation provider.
|
| Modifier and Type | Method and Description |
|---|---|
Configuration |
Configurable.getConfiguration()
Get a live view of an internal configuration state of this configurable instance.
|
| Modifier and Type | Method and Description |
|---|---|
C |
Configurable.replaceWith(Configuration config)
Replace the existing configuration state with an externally provided configuration state.
|
Copyright © 2013. All Rights Reserved.