Package | Description |
---|---|
jakarta.ws.rs.client |
The JAX-RS client API
|
jakarta.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 JAX-RS 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 © 2018,2020 Eclipse Foundation.
Use is subject to license terms.