Uses of Interface
org.jboss.resteasy.client.ClientExecutor
Packages that use ClientExecutor
Package
Description
JAX-RS specification 1.1 ({@link <a href="https://jcp.org/en/jsr/detail?id=311">https://jcp.org/en/jsr/detail?id=311</a>})
had no client framework, so Resteasy release 2.x provided one.
-
Uses of ClientExecutor in org.jboss.resteasy.client
Fields in org.jboss.resteasy.client declared as ClientExecutorModifier and TypeFieldDescriptionprotected ClientExecutor
ClientRequest.executor
Deprecated.private ClientExecutor
ClientRequestFactory.executor
Deprecated.private ClientExecutor
ProxyBuilder.executor
Deprecated.private final ClientExecutor
ProxyConfig.executor
Deprecated.Methods in org.jboss.resteasy.client that return ClientExecutorModifier and TypeMethodDescriptionstatic ClientExecutor
ClientRequest.getDefaultExecutor()
Deprecated.ClientRequest.getExecutor()
Deprecated.ProxyConfig.getExecutor()
Deprecated.Methods in org.jboss.resteasy.client with parameters of type ClientExecutorModifier and TypeMethodDescriptionstatic <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.executor
(ClientExecutor exec) Deprecated.private void
ClientRequestFactory.init
(ClientExecutor executor, ResteasyProviderFactory providerFactory, URI base) Deprecated.Constructors in org.jboss.resteasy.client with parameters of type ClientExecutorModifierConstructorDescriptionClientRequest
(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, URI base) Deprecated.ClientRequestFactory
(ClientExecutor executor, ResteasyProviderFactory providerFactory) Deprecated.ClientRequestFactory
(ClientExecutor executor, ResteasyProviderFactory providerFactory, 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. -
Uses of ClientExecutor in org.jboss.resteasy.client.core
Fields in org.jboss.resteasy.client.core declared as ClientExecutorModifier and TypeFieldDescriptionprotected ClientExecutor
BaseClientResponse.executor
protected ClientExecutor
ClientInvoker.executor
Constructors in org.jboss.resteasy.client.core with parameters of type ClientExecutorModifierConstructorDescriptionBaseClientResponse
(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 ClientExecutorModifier and TypeClassDescriptionclass
class
class
-
Uses of ClientExecutor in org.jboss.resteasy.core.interception
Fields in org.jboss.resteasy.core.interception declared as ClientExecutorModifier and TypeFieldDescriptionprotected ClientExecutor
ClientExecutionContextImpl.executor
Deprecated.Constructors in org.jboss.resteasy.core.interception with parameters of type ClientExecutorModifierConstructorDescriptionClientExecutionContextImpl
(List<ClientExecutionInterceptor> interceptors, ClientExecutor executor, ClientRequest request) Deprecated. -
Uses of ClientExecutor in org.jboss.resteasy.spi
Fields in org.jboss.resteasy.spi declared as ClientExecutorMethods in org.jboss.resteasy.spi that return ClientExecutorMethods in org.jboss.resteasy.spi with parameters of type ClientExecutorModifier and TypeMethodDescriptionLink.request
(ClientExecutor executor) Deprecated.void
Link.setExecutor
(ClientExecutor executor) Deprecated.