| 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 | Description | 
|---|---|---|
| Configuration | ClientRequestContext. getConfiguration() | Get the immutable configuration of the request. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| static Client | ClientBuilder. newClient(Configuration configuration) | Create a new custom-configured  Clientinstance 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 | Description | 
|---|---|---|
| Configuration | Configurable. getConfiguration() | Get a live view of an internal configuration state of this configurable instance. | 
Copyright (c) 2019 Eclipse Foundation. Licensed under Eclipse Foundation Specification License.