Modifier and Type | Field and Description |
---|---|
protected ClientConfiguration |
ResteasyClient.configuration |
Constructor and Description |
---|
ResteasyClient(ClientHttpEngine httpEngine,
java.util.concurrent.ExecutorService asyncInvocationExecutor,
boolean cleanupExecutor,
ClientConfiguration configuration) |
Modifier and Type | Field and Description |
---|---|
protected ClientConfiguration |
ClientRequestHeaders.configuration |
protected ClientConfiguration |
ClientInvocation.configuration |
protected ClientConfiguration |
ClientResponse.configuration |
protected ClientConfiguration |
ClientWebTarget.configuration |
Modifier and Type | Method and Description |
---|---|
ClientConfiguration |
ClientInvocation.getClientConfiguration() |
ClientConfiguration |
ClientConfiguration.property(java.lang.String name,
java.lang.Object value) |
ClientConfiguration |
ClientConfiguration.register(java.lang.Class<?> providerClass) |
ClientConfiguration |
ClientConfiguration.register(java.lang.Class<?> componentClass,
java.lang.Class<?>... contracts) |
ClientConfiguration |
ClientConfiguration.register(java.lang.Class<?> providerClass,
int priority) |
ClientConfiguration |
ClientConfiguration.register(java.lang.Class<?> componentClass,
java.util.Map<java.lang.Class<?>,java.lang.Integer> contracts) |
ClientConfiguration |
ClientConfiguration.register(java.lang.Object provider) |
ClientConfiguration |
ClientConfiguration.register(java.lang.Object component,
java.lang.Class<?>... contracts) |
ClientConfiguration |
ClientConfiguration.register(java.lang.Object provider,
int Priority) |
ClientConfiguration |
ClientConfiguration.register(java.lang.Object component,
java.util.Map<java.lang.Class<?>,java.lang.Integer> contracts) |
Modifier and Type | Method and Description |
---|---|
void |
ClientResponse.setClientConfiguration(ClientConfiguration configuration) |
Constructor and Description |
---|
AbortedResponse(ClientConfiguration configuration,
javax.ws.rs.core.Response response) |
ClientConfiguration(ClientConfiguration parent) |
ClientInvocation(ResteasyClient client,
java.net.URI uri,
ClientRequestHeaders headers,
ClientConfiguration parent) |
ClientInvocationBuilder(ResteasyClient client,
java.net.URI uri,
ClientConfiguration configuration) |
ClientRequestHeaders(ClientConfiguration configuration) |
ClientResponse(ClientConfiguration configuration) |
ClientWebTarget(ResteasyClient client,
ClientConfiguration configuration) |
ClientWebTarget(ResteasyClient client,
java.lang.String uri,
ClientConfiguration configuration) |
ClientWebTarget(ResteasyClient client,
javax.ws.rs.core.UriBuilder uriBuilder,
ClientConfiguration configuration) |
ClientWebTarget(ResteasyClient client,
java.net.URI uri,
ClientConfiguration configuration) |
Modifier and Type | Field and Description |
---|---|
protected ClientConfiguration |
ClientInvoker.invokerConfig |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
ProcessorFactory.createProcessor(java.lang.Class<?> declaring,
ClientConfiguration configuration,
java.lang.Class<?> type,
java.lang.annotation.Annotation[] annotations,
java.lang.reflect.Type genericType,
java.lang.reflect.AccessibleObject target,
boolean ignoreBody) |
static java.lang.Object |
ProcessorFactory.createProcessor(java.lang.Class<?> declaring,
ClientConfiguration configuration,
java.lang.Class<?> type,
java.lang.annotation.Annotation[] annotations,
java.lang.reflect.Type genericType,
java.lang.reflect.AccessibleObject target,
javax.ws.rs.core.MediaType defaultConsumes,
boolean ignoreBody) |
static java.lang.Object[] |
ProcessorFactory.createProcessors(java.lang.Class declaringClass,
java.lang.reflect.Method method,
ClientConfiguration configuration) |
static java.lang.Object[] |
ProcessorFactory.createProcessors(java.lang.Class declaringClass,
java.lang.reflect.Method method,
ClientConfiguration configuration,
javax.ws.rs.core.MediaType defaultConsumes) |
protected void |
FormProcessor.populateMap(java.lang.Class clazz,
ClientConfiguration configuration) |
Constructor and Description |
---|
FormProcessor(java.lang.Class clazz,
ClientConfiguration configuration) |