Uses of Interface
org.jboss.resteasy.client.ClientExecutor
-
Packages that use ClientExecutor Package Description org.jboss.resteasy.client JAX-RS specification 1.1 ({@link 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.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 Modifier and Type Field Description protected ClientExecutor
ClientRequest. executor
Deprecated.private ClientExecutor
ClientRequestFactory. executor
Deprecated.private ClientExecutor
ProxyBuilder. executor
Deprecated.private ClientExecutor
ProxyConfig. executor
Deprecated.Methods in org.jboss.resteasy.client that return ClientExecutor Modifier and Type Method Description static ClientExecutor
ClientRequest. getDefaultExecutor()
Deprecated.ClientExecutor
ClientRequest. getExecutor()
Deprecated.ClientExecutor
ProxyConfig. getExecutor()
Deprecated.Methods in org.jboss.resteasy.client with parameters of type ClientExecutor Modifier and Type Method Description static <T> T
ProxyFactory. create(java.lang.Class<T> clazz, java.lang.String base, ClientExecutor client)
Deprecated.static <T> T
ProxyFactory. create(java.lang.Class<T> clazz, java.net.URI baseUri, ClientExecutor executor, ResteasyProviderFactory providerFactory)
Deprecated.static <T> T
ProxyFactory. create(java.lang.Class<T> clazz, java.net.URI baseUri, ClientExecutor executor, ResteasyProviderFactory providerFactory, EntityExtractorFactory extractorFactory)
Deprecated.static <T> T
ProxyFactory. create(java.lang.Class<T> clazz, java.net.URI baseUri, ClientExecutor executor, ResteasyProviderFactory providerFactory, EntityExtractorFactory extractorFactory, java.util.Map<java.lang.String,java.lang.Object> requestAttributes)
Deprecated.static <T> ClientInvoker
ProxyFactory. createClientInvoker(java.lang.Class<T> clazz, java.lang.reflect.Method method, java.net.URI baseUri, ClientExecutor executor, ResteasyProviderFactory providerFactory, EntityExtractorFactory extractorFactory)
Deprecated.static <T> ClientInvoker
ProxyFactory. createClientInvoker(java.lang.Class<T> clazz, java.lang.reflect.Method method, java.net.URI baseUri, ClientExecutor executor, ResteasyProviderFactory providerFactory, EntityExtractorFactory extractorFactory, java.util.Map<java.lang.String,java.lang.Object> requestAttributes)
Deprecated.ProxyBuilder<T>
ProxyBuilder. executor(ClientExecutor exec)
Deprecated.private void
ClientRequestFactory. init(ClientExecutor executor, ResteasyProviderFactory providerFactory, java.net.URI base)
Deprecated.Constructors in org.jboss.resteasy.client with parameters of type ClientExecutor Constructor Description ClientRequest(java.lang.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, java.net.URI base)
Deprecated.ClientRequestFactory(ClientExecutor executor, ResteasyProviderFactory providerFactory)
Deprecated.ClientRequestFactory(ClientExecutor executor, ResteasyProviderFactory providerFactory, java.net.URI base)
Deprecated.ProxyConfig(java.lang.ClassLoader loader, ClientExecutor executor, ResteasyProviderFactory providerFactory, EntityExtractorFactory extractorFactory, java.util.Map<java.lang.String,java.lang.Object> requestAttributes, javax.ws.rs.core.MediaType serverConsumes, javax.ws.rs.core.MediaType serverProduces)
Deprecated. -
Uses of ClientExecutor in org.jboss.resteasy.client.core
Fields in org.jboss.resteasy.client.core declared as ClientExecutor Modifier and Type Field Description protected ClientExecutor
BaseClientResponse. executor
protected ClientExecutor
ClientInvoker. executor
Constructors in org.jboss.resteasy.client.core with parameters of type ClientExecutor Constructor Description BaseClientResponse(BaseClientResponse.BaseClientResponseStreamFactory streamFactory, ClientExecutor executor)
ClientInvoker(java.net.URI baseUri, java.lang.Class declaring, java.lang.reflect.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 Modifier and Type Class Description class
ApacheHttpClient4Executor
class
InMemoryClientExecutor
class
URLConnectionClientExecutor
-
Uses of ClientExecutor in org.jboss.resteasy.core.interception
Fields in org.jboss.resteasy.core.interception declared as ClientExecutor Modifier and Type Field Description protected ClientExecutor
ClientExecutionContextImpl. executor
Deprecated.Constructors in org.jboss.resteasy.core.interception with parameters of type ClientExecutor Constructor Description ClientExecutionContextImpl(java.util.List<ClientExecutionInterceptor> interceptors, ClientExecutor executor, ClientRequest request)
Deprecated. -
Uses of ClientExecutor in org.jboss.resteasy.spi
Fields in org.jboss.resteasy.spi declared as ClientExecutor Modifier and Type Field Description protected ClientExecutor
Link. executor
Deprecated.Methods in org.jboss.resteasy.spi that return ClientExecutor Modifier and Type Method Description ClientExecutor
Link. getExecutor()
Deprecated.Methods in org.jboss.resteasy.spi with parameters of type ClientExecutor Modifier and Type Method Description ClientRequest
Link. request(ClientExecutor executor)
Deprecated.void
Link. setExecutor(ClientExecutor executor)
Deprecated.
-