|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Configuration | |
---|---|
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 |
Uses of Configuration in javax.ws.rs.client |
---|
Methods in javax.ws.rs.client that return Configuration | |
---|---|
Configuration |
ClientRequestContext.getConfiguration()
Get the immutable configuration of the request. |
Methods in javax.ws.rs.client with parameters of type Configuration | |
---|---|
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. |
Uses of Configuration in javax.ws.rs.core |
---|
Methods in javax.ws.rs.core that return Configuration | |
---|---|
Configuration |
Configurable.getConfiguration()
Get a live view of an internal configuration state of this configurable instance. |
Methods in javax.ws.rs.core with parameters of type Configuration | |
---|---|
C |
Configurable.replaceWith(Configuration config)
Replace the existing configuration state with an externally provided configuration state. |
Uses of Configuration in org.jboss.resteasy.client.jaxrs |
---|
Methods in org.jboss.resteasy.client.jaxrs that return Configuration | |
---|---|
Configuration |
ResteasyClientBuilder.getConfiguration()
|
Configuration |
ResteasyClient.getConfiguration()
|
Methods in org.jboss.resteasy.client.jaxrs with parameters of type Configuration | |
---|---|
ResteasyWebTarget |
ResteasyWebTarget.replaceWith(Configuration config)
|
ClientBuilder |
ResteasyClientBuilder.replaceWith(Configuration config)
|
ResteasyClient |
ResteasyClient.replaceWith(Configuration config)
|
Uses of Configuration in org.jboss.resteasy.client.jaxrs.internal |
---|
Classes in org.jboss.resteasy.client.jaxrs.internal that implement Configuration | |
---|---|
class |
ClientConfiguration
|
Methods in org.jboss.resteasy.client.jaxrs.internal that return Configuration | |
---|---|
Configuration |
ClientWebTarget.getConfiguration()
|
Configuration |
ClientRequestContextImpl.getConfiguration()
|
Configuration |
ClientInvocationBuilder.getConfiguration()
|
Configuration |
ClientInvocation.getConfiguration()
|
Configuration |
ClientConfiguration.getConfiguration()
|
Methods in org.jboss.resteasy.client.jaxrs.internal with parameters of type Configuration | |
---|---|
ResteasyWebTarget |
ClientWebTarget.replaceWith(Configuration config)
|
Invocation.Builder |
ClientInvocationBuilder.replaceWith(Configuration config)
|
Invocation |
ClientInvocation.replaceWith(Configuration config)
|
ClientConfiguration |
ClientConfiguration.replaceWith(Configuration configuration)
|
Uses of Configuration in org.jboss.resteasy.core |
---|
Classes in org.jboss.resteasy.core that implement Configuration | |
---|---|
class |
ThreadLocalResteasyProviderFactory
Allow applications to push/pop provider factories onto the stack |
Methods in org.jboss.resteasy.core that return Configuration | |
---|---|
Configuration |
ThreadLocalResteasyProviderFactory.getConfiguration()
|
Methods in org.jboss.resteasy.core with parameters of type Configuration | |
---|---|
ResteasyProviderFactory |
ThreadLocalResteasyProviderFactory.replaceWith(Configuration config)
|
Uses of Configuration in org.jboss.resteasy.spi |
---|
Classes in org.jboss.resteasy.spi that implement Configuration | |
---|---|
class |
ResteasyProviderFactory
|
Methods in org.jboss.resteasy.spi that return Configuration | |
---|---|
Configuration |
ResteasyProviderFactory.getConfiguration()
|
Methods in org.jboss.resteasy.spi with parameters of type Configuration | |
---|---|
ResteasyProviderFactory |
ResteasyProviderFactory.replaceWith(Configuration config)
|
Uses of Configuration in org.jboss.resteasy.util |
---|
Methods in org.jboss.resteasy.util that return Configuration | |
---|---|
Configuration |
FeatureContextDelegate.getConfiguration()
|
Methods in org.jboss.resteasy.util with parameters of type Configuration | |
---|---|
FeatureContext |
FeatureContextDelegate.replaceWith(Configuration config)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |