| Package | Description |
|---|---|
| javax.ws.rs.client |
The JAX-RS client API
|
| Modifier and Type | Method and Description |
|---|---|
Configuration |
Invocation.configuration()
Get access to the underlying
configuration. |
Configuration |
Invocation.Builder.configuration()
Get access to the underlying
configuration. |
Configuration |
Client.configuration()
Get access to the underlying
configuration of the
client instance. |
Configuration |
WebTarget.configuration()
Get access to the underlying
configuration. |
Configuration |
ClientRequestContext.getConfiguration()
Get the configuration of the request.
|
Configuration |
Configuration.register(Class<?> providerClass) |
Configuration |
Configuration.register(Class<?> providerClass,
int bindingPriority) |
<T> Configuration |
Configuration.register(Class<T> providerClass,
Class<? super T>... contracts) |
<T> Configuration |
Configuration.register(Class<T> providerClass,
int bindingPriority,
Class<? super T>... contracts) |
Configuration |
Configuration.register(Object provider) |
<T> Configuration |
Configuration.register(Object provider,
Class<? super T>... contracts) |
Configuration |
Configuration.register(Object provider,
int bindingPriority) |
<T> Configuration |
Configuration.register(Object provider,
int bindingPriority,
Class<? super T>... contracts) |
Configuration |
Configuration.setProperties(Map<String,?> properties) |
Configuration |
Configuration.setProperty(String name,
Object value) |
Configuration |
Configuration.updateFrom(Configurable configuration)
Replace the existing configuration state with the configuration state of
the externally provided configuration.
|
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.