Package | Description |
---|---|
org.jboss.resteasy.client |
JAX-RS specification 1.1 (https://jcp.org/en/jsr/detail?id=311)
had no client framework, so Resteasy release 2.x provided one.
|
org.jboss.resteasy.client.core | |
org.jboss.resteasy.client.core.extractors |
Modifier and Type | Method and Description |
---|---|
EntityExtractorFactory |
ProxyConfig.getExtractorFactory()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <T> T |
ProxyFactory.create(Class<T> clazz,
URI baseUri,
ClientExecutor executor,
ResteasyProviderFactory providerFactory,
EntityExtractorFactory extractorFactory)
Deprecated.
|
static <T> T |
ProxyFactory.create(Class<T> clazz,
URI baseUri,
ClientExecutor executor,
ResteasyProviderFactory providerFactory,
EntityExtractorFactory extractorFactory,
Map<String,Object> requestAttributes)
Deprecated.
|
static <T> ClientInvoker |
ProxyFactory.createClientInvoker(Class<T> clazz,
Method method,
URI baseUri,
ClientExecutor executor,
ResteasyProviderFactory providerFactory,
EntityExtractorFactory extractorFactory)
Deprecated.
|
static <T> ClientInvoker |
ProxyFactory.createClientInvoker(Class<T> clazz,
Method method,
URI baseUri,
ClientExecutor executor,
ResteasyProviderFactory providerFactory,
EntityExtractorFactory extractorFactory,
Map<String,Object> requestAttributes)
Deprecated.
|
ProxyBuilder<T> |
ProxyBuilder.extractorFactory(EntityExtractorFactory fact)
Deprecated.
|
Constructor and Description |
---|
ProxyConfig(ClassLoader loader,
ClientExecutor executor,
ResteasyProviderFactory providerFactory,
EntityExtractorFactory extractorFactory,
Map<String,Object> requestAttributes,
javax.ws.rs.core.MediaType serverConsumes,
javax.ws.rs.core.MediaType serverProduces)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected EntityExtractorFactory |
ClientInvoker.extractorFactory
Deprecated.
|
Constructor and Description |
---|
ClientInvoker(URI baseUri,
Class declaring,
Method method,
ResteasyProviderFactory providerFactory,
ClientExecutor executor,
EntityExtractorFactory extractorFactory)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultEntityExtractorFactory
Deprecated.
The Resteasy client framework in resteasy-jaxrs is replaced by
the JAX-RS 2.0 compliant resteasy-client module.
The Resteasy client proxy framework is replaced by the client proxy
framework in resteasy-client module.
|
class |
ResponseObjectEntityExtractorFactory
Deprecated.
The Resteasy client framework in resteasy-jaxrs is replaced by
the JAX-RS 2.0 compliant resteasy-client module.
The Resteasy client proxy framework is replaced by the client proxy
framework in resteasy-client module.
|
Modifier and Type | Method and Description |
---|---|
EntityExtractorFactory |
ClientRequestContext.getExtractorFactory()
Deprecated.
|
Constructor and Description |
---|
ClientRequestContext(ClientRequest request,
BaseClientResponse<?> clientResponse,
ClientErrorHandler errorHandler,
EntityExtractorFactory extractorFactory,
URI baseURI)
Deprecated.
|
ResponseObjectProxy(Method method,
EntityExtractorFactory extractorFactory)
Deprecated.
|
Copyright © 2018. All rights reserved.