Package | Description |
---|---|
javax.ws.rs.client |
The 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 |
---|---|
static Client |
ClientBuilder.newClient(Configuration configuration)
Create a new custom-configured
Client instance using the default client builder
implementation class provided by the implementation provider. |
abstract ClientBuilder |
ClientBuilder.withConfig(Configuration config)
Set the internal configuration state to an externally provided configuration state.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
Configurable.getConfiguration()
Get a live view of an internal configuration state of this configurable instance.
|
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.