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 ClientExecutorClientRequest. executorDeprecated.private ClientExecutorClientRequestFactory. executorDeprecated.private ClientExecutorProxyBuilder. executorDeprecated.private ClientExecutorProxyConfig. executorDeprecated.Methods in org.jboss.resteasy.client that return ClientExecutor Modifier and Type Method Description static ClientExecutorClientRequest. getDefaultExecutor()Deprecated.ClientExecutorClientRequest. getExecutor()Deprecated.ClientExecutorProxyConfig. getExecutor()Deprecated.Methods in org.jboss.resteasy.client with parameters of type ClientExecutor Modifier and Type Method Description static <T> TProxyFactory. create(java.lang.Class<T> clazz, java.lang.String base, ClientExecutor client)Deprecated.static <T> TProxyFactory. create(java.lang.Class<T> clazz, java.net.URI baseUri, ClientExecutor executor, ResteasyProviderFactory providerFactory)Deprecated.static <T> TProxyFactory. create(java.lang.Class<T> clazz, java.net.URI baseUri, ClientExecutor executor, ResteasyProviderFactory providerFactory, EntityExtractorFactory extractorFactory)Deprecated.static <T> TProxyFactory. 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> ClientInvokerProxyFactory. createClientInvoker(java.lang.Class<T> clazz, java.lang.reflect.Method method, java.net.URI baseUri, ClientExecutor executor, ResteasyProviderFactory providerFactory, EntityExtractorFactory extractorFactory)Deprecated.static <T> ClientInvokerProxyFactory. 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 voidClientRequestFactory. 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 ClientExecutorBaseClientResponse. executorprotected ClientExecutorClientInvoker. executorConstructors 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 classApacheHttpClient4ExecutorclassInMemoryClientExecutorclassURLConnectionClientExecutor -
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 ClientExecutorClientExecutionContextImpl. executorDeprecated.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 ClientExecutorLink. executorDeprecated.Methods in org.jboss.resteasy.spi that return ClientExecutor Modifier and Type Method Description ClientExecutorLink. getExecutor()Deprecated.Methods in org.jboss.resteasy.spi with parameters of type ClientExecutor Modifier and Type Method Description ClientRequestLink. request(ClientExecutor executor)Deprecated.voidLink. setExecutor(ClientExecutor executor)Deprecated.
-