Package | Description |
---|---|
org.jboss.resteasy.client | |
org.jboss.resteasy.client.core.executors | |
org.jboss.resteasy.client.spring | |
org.jboss.resteasy.core.interception | |
org.jboss.resteasy.spi |
Modifier and Type | Field and Description |
---|---|
protected ClientExecutor |
ClientRequest.executor
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ClientExecutor |
ClientRequest.getDefaultExecutor()
Deprecated.
|
ClientExecutor |
ProxyConfig.getExecutor()
Deprecated.
|
ClientExecutor |
ClientRequest.getExecutor()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <T> T |
ProxyFactory.create(Class<T> clazz,
String base,
ClientExecutor client)
Deprecated.
|
static <T> T |
ProxyFactory.create(Class<T> clazz,
URI baseUri,
ClientExecutor executor,
ResteasyProviderFactory providerFactory)
Deprecated.
|
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.executor(ClientExecutor exec)
Deprecated.
|
Constructor and Description |
---|
ClientRequest(String uriTemplate,
ClientExecutor executor)
Deprecated.
|
ClientRequest(javax.ws.rs.core.UriBuilder uri,
ClientExecutor executor)
Deprecated.
|
ClientRequest(javax.ws.rs.core.UriBuilder uri,
ClientExecutor executor,
ResteasyProviderFactory providerFactory)
Deprecated.
|
ClientRequestFactory(ClientExecutor executor,
ResteasyProviderFactory providerFactory)
Deprecated.
|
ClientRequestFactory(ClientExecutor executor,
ResteasyProviderFactory providerFactory,
URI base)
Deprecated.
|
ClientRequestFactory(ClientExecutor executor,
URI base)
Deprecated.
|
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 ClientExecutor |
BaseClientResponse.executor |
protected ClientExecutor |
ClientInvoker.executor |
Constructor and Description |
---|
BaseClientResponse(BaseClientResponse.BaseClientResponseStreamFactory streamFactory,
ClientExecutor executor) |
ClientInvoker(URI baseUri,
Class declaring,
Method method,
ResteasyProviderFactory providerFactory,
ClientExecutor executor,
EntityExtractorFactory extractorFactory) |
Modifier and Type | Class and Description |
---|---|
class |
ApacheHttpClient4Executor |
class |
InMemoryClientExecutor |
class |
URLConnectionClientExecutor |
Modifier and Type | Method and Description |
---|---|
ClientExecutor |
RestClientProxyFactoryBean.getClientExecutor() |
Modifier and Type | Method and Description |
---|---|
void |
RestClientProxyFactoryBean.setClientExecutor(ClientExecutor clientExecutor)
Optional property for advanced usage.
|
Modifier and Type | Field and Description |
---|---|
protected ClientExecutor |
ClientExecutionContextImpl.executor
Deprecated.
|
Constructor and Description |
---|
ClientExecutionContextImpl(List<ClientExecutionInterceptor> interceptors,
ClientExecutor executor,
ClientRequest request)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected ClientExecutor |
Link.executor
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ClientExecutor |
Link.getExecutor()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ClientRequest |
Link.request(ClientExecutor executor)
Deprecated.
|
void |
Link.setExecutor(ClientExecutor executor)
Deprecated.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.