Uses of Interface
org.jboss.resteasy.client.ClientExecutor

Packages that use ClientExecutor
org.jboss.resteasy.client   
org.jboss.resteasy.client.core   
org.jboss.resteasy.client.core.executors   
org.jboss.resteasy.client.spring   
org.jboss.resteasy.core.interception   
org.jboss.resteasy.spi   
 

Uses of ClientExecutor in org.jboss.resteasy.client
 

Methods in org.jboss.resteasy.client that return ClientExecutor
static ClientExecutor ClientRequest.getDefaultExecutor()
           
 ClientExecutor ClientRequest.getExecutor()
           
 

Methods in org.jboss.resteasy.client with parameters of type ClientExecutor
static
<T> T
ProxyFactory.create(java.lang.Class<T> clazz, java.lang.String base, ClientExecutor client)
           
static
<T> T
ProxyFactory.create(java.lang.Class<T> clazz, java.net.URI baseUri, ClientExecutor executor, ResteasyProviderFactory providerFactory)
           
static
<T> T
ProxyFactory.create(java.lang.Class<T> clazz, java.net.URI baseUri, ClientExecutor executor, ResteasyProviderFactory providerFactory, EntityExtractorFactory extractorFactory)
           
 

Constructors in org.jboss.resteasy.client with parameters of type ClientExecutor
ClientRequest(java.lang.String uriTemplate, ClientExecutor executor)
           
ClientRequest(UriBuilder uri, ClientExecutor executor)
           
ClientRequest(UriBuilder uri, ClientExecutor executor, ResteasyProviderFactory providerFactory)
           
ClientRequestFactory(ClientExecutor executor, ResteasyProviderFactory providerFactory)
           
ClientRequestFactory(ClientExecutor executor, ResteasyProviderFactory providerFactory, java.net.URI base)
           
ClientRequestFactory(ClientExecutor executor, java.net.URI base)
           
 

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(java.net.URI baseUri, java.lang.Class declaring, java.lang.reflect.Method method, ResteasyProviderFactory providerFactory, ClientExecutor executor, EntityExtractor extractor)
           
 

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
           
 class InMemoryClientExecutor
           
 class URLConnectionClientExecutor
           
 

Uses of ClientExecutor in org.jboss.resteasy.client.spring
 

Methods in org.jboss.resteasy.client.spring that return ClientExecutor
 ClientExecutor RestClientProxyFactoryBean.getClientExecutor()
           
 

Methods in org.jboss.resteasy.client.spring with parameters of type ClientExecutor
 void RestClientProxyFactoryBean.setClientExecutor(ClientExecutor clientExecutor)
          Optional property for advanced usage.
 

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(java.util.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)
           
 



Copyright © 2010. All Rights Reserved.