|
RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientExecutor | |
---|---|
org.jboss.resteasy.client | |
org.jboss.resteasy.client.core | |
org.jboss.resteasy.client.core.executors | |
org.jboss.resteasy.core.interception | |
org.jboss.resteasy.spi |
Uses of ClientExecutor in org.jboss.resteasy.client |
---|
Fields in org.jboss.resteasy.client declared as ClientExecutor | |
---|---|
protected ClientExecutor |
ClientRequest.executor
|
Methods in org.jboss.resteasy.client that return ClientExecutor | |
---|---|
static ClientExecutor |
ClientRequest.getDefaultExecutor()
|
ClientExecutor |
ProxyConfig.getExecutor()
|
ClientExecutor |
ClientRequest.getExecutor()
|
Methods in org.jboss.resteasy.client with parameters of type ClientExecutor | ||
---|---|---|
static
|
ProxyFactory.create(Class<T> clazz,
String base,
ClientExecutor client)
|
|
static
|
ProxyFactory.create(Class<T> clazz,
URI baseUri,
ClientExecutor executor,
ResteasyProviderFactory providerFactory)
|
|
static
|
ProxyFactory.create(Class<T> clazz,
URI baseUri,
ClientExecutor executor,
ResteasyProviderFactory providerFactory,
EntityExtractorFactory extractorFactory)
|
|
static
|
ProxyFactory.create(Class<T> clazz,
URI baseUri,
ClientExecutor executor,
ResteasyProviderFactory providerFactory,
EntityExtractorFactory extractorFactory,
Map<String,Object> requestAttributes)
|
|
static
|
ProxyFactory.createClientInvoker(Class<T> clazz,
Method method,
URI baseUri,
ClientExecutor executor,
ResteasyProviderFactory providerFactory,
EntityExtractorFactory extractorFactory)
|
|
static
|
ProxyFactory.createClientInvoker(Class<T> clazz,
Method method,
URI baseUri,
ClientExecutor executor,
ResteasyProviderFactory providerFactory,
EntityExtractorFactory extractorFactory,
Map<String,Object> requestAttributes)
|
|
ProxyBuilder<T> |
ProxyBuilder.executor(ClientExecutor exec)
|
Constructors in org.jboss.resteasy.client with parameters of type ClientExecutor | |
---|---|
ClientRequest(String uriTemplate,
ClientExecutor executor)
|
|
ClientRequest(javax.ws.rs.core.UriBuilder uri,
ClientExecutor executor)
|
|
ClientRequest(javax.ws.rs.core.UriBuilder uri,
ClientExecutor executor,
ResteasyProviderFactory providerFactory)
|
|
ClientRequestFactory(ClientExecutor executor,
ResteasyProviderFactory providerFactory)
|
|
ClientRequestFactory(ClientExecutor executor,
ResteasyProviderFactory providerFactory,
URI base)
|
|
ClientRequestFactory(ClientExecutor executor,
URI base)
|
|
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)
|
Uses of ClientExecutor in org.jboss.resteasy.client.core |
---|
Fields in org.jboss.resteasy.client.core declared as ClientExecutor | |
---|---|
protected ClientExecutor |
ClientInvoker.executor
|
protected ClientExecutor |
BaseClientResponse.executor
|
Constructors in org.jboss.resteasy.client.core with parameters of type ClientExecutor | |
---|---|
BaseClientResponse(BaseClientResponse.BaseClientResponseStreamFactory streamFactory,
ClientExecutor executor)
|
|
ClientInvoker(URI baseUri,
Class declaring,
Method method,
ResteasyProviderFactory providerFactory,
ClientExecutor executor,
EntityExtractorFactory extractorFactory)
|
Uses of ClientExecutor in org.jboss.resteasy.client.core.executors |
---|
Classes in org.jboss.resteasy.client.core.executors that implement ClientExecutor | |
---|---|
class |
ApacheHttpClient4Executor
|
class |
ApacheHttpClientExecutor
Deprecated. |
class |
InMemoryClientExecutor
|
class |
URLConnectionClientExecutor
|
Uses of ClientExecutor in org.jboss.resteasy.core.interception |
---|
Fields in org.jboss.resteasy.core.interception declared as ClientExecutor | |
---|---|
protected ClientExecutor |
ClientExecutionContextImpl.executor
|
Constructors in org.jboss.resteasy.core.interception with parameters of type ClientExecutor | |
---|---|
ClientExecutionContextImpl(List<ClientExecutionInterceptor> interceptors,
ClientExecutor executor,
ClientRequest request)
|
Uses of ClientExecutor in org.jboss.resteasy.spi |
---|
Fields in org.jboss.resteasy.spi declared as ClientExecutor | |
---|---|
protected ClientExecutor |
Link.executor
|
Methods in org.jboss.resteasy.spi that return ClientExecutor | |
---|---|
ClientExecutor |
Link.getExecutor()
|
Methods in org.jboss.resteasy.spi with parameters of type ClientExecutor | |
---|---|
ClientRequest |
Link.request(ClientExecutor executor)
|
void |
Link.setExecutor(ClientExecutor executor)
|
|
RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |