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.
|
org.jboss.resteasy.client.jaxrs | |
org.jboss.resteasy.client.jaxrs.internal | |
org.jboss.resteasy.core | |
org.jboss.resteasy.spi | |
org.jboss.resteasy.util |
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.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
ResteasyClientBuilder.getConfiguration() |
Configuration |
ResteasyClient.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
ResteasyClientBuilder |
ResteasyClientBuilder.withConfig(Configuration config) |
Modifier and Type | Class and Description |
---|---|
class |
ClientConfiguration |
Modifier and Type | Method and Description |
---|---|
Configuration |
ClientWebTarget.getConfiguration() |
Configuration |
ClientRequestContextImpl.getConfiguration() |
Configuration |
ClientInvocation.getConfiguration() |
Configuration |
ClientConfiguration.getConfiguration() |
Modifier and Type | Class and Description |
---|---|
class |
ThreadLocalResteasyProviderFactory
Allow applications to push/pop provider factories onto the stack
|
Modifier and Type | Method and Description |
---|---|
Configuration |
ThreadLocalResteasyProviderFactory.getConfiguration() |
Modifier and Type | Class and Description |
---|---|
class |
ResteasyProviderFactory |
Modifier and Type | Method and Description |
---|---|
Configuration |
ResteasyProviderFactory.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
Configuration |
FeatureContextDelegate.getConfiguration() |
Copyright © 2013. All Rights Reserved.