Uses of Interface
org.jboss.resteasy.client.jaxrs.ClientHttpEngine
Packages that use ClientHttpEngine
Package
Description
-
Uses of ClientHttpEngine in org.jboss.resteasy.client.jaxrs
Methods in org.jboss.resteasy.client.jaxrs that return ClientHttpEngineModifier and TypeMethodDescriptionClientHttpEngineBuilder.build()
Deprecated, for removal: This API element is subject to removal in a future version.abstract ClientHttpEngine
ResteasyClientBuilder.getHttpEngine()
ResteasyClient.httpEngine()
Methods in org.jboss.resteasy.client.jaxrs with parameters of type ClientHttpEngineModifier and TypeMethodDescriptionabstract ResteasyClientBuilder
ResteasyClientBuilder.httpEngine
(ClientHttpEngine httpEngine) Negates all ssl and connection specific configuration -
Uses of ClientHttpEngine in org.jboss.resteasy.client.jaxrs.engine
Methods in org.jboss.resteasy.client.jaxrs.engine that return ClientHttpEngineModifier and TypeMethodDescriptiondefault ClientHttpEngine
ClientHttpEngineFactory.httpClientEngine
(ClientBuilderConfiguration configuration) Creates, or retrieves, aClientHttpEngine
based on the configuration. -
Uses of ClientHttpEngine in org.jboss.resteasy.client.jaxrs.engines
Subinterfaces of ClientHttpEngine in org.jboss.resteasy.client.jaxrs.enginesModifier and TypeInterfaceDescriptioninterface
Deprecated, for removal: This API element is subject to removal in a future version.interface
Interface for an async HttpClientEngineinterface
Classes in org.jboss.resteasy.client.jaxrs.engines that implement ClientHttpEngineModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.This will be removed in a future release as the underlying default implementation of theClientHttpEngine
will be replaced.class
Deprecated, for removal: This API element is subject to removal in a future version.This will be removed in a future release as the underlying default implementation of theClientHttpEngine
will be replaced.class
Deprecated, for removal: This API element is subject to removal in a future version.This will be removed in a future release as the underlying default implementation of theClientHttpEngine
will be replaced.class
class
Methods in org.jboss.resteasy.client.jaxrs.engines that return ClientHttpEngineModifier and TypeMethodDescriptionClientHttpEngineBuilder43.build()
Deprecated, for removal: This API element is subject to removal in a future version.URLConnectionClientEngineBuilder.build()
Deprecated, for removal: This API element is subject to removal in a future version.protected ClientHttpEngine
ClientHttpEngineBuilder43.createEngine
(org.apache.http.conn.HttpClientConnectionManager cm, org.apache.http.client.config.RequestConfig.Builder rcBuilder, org.apache.http.HttpHost defaultProxy, int responseBufferSize, HostnameVerifier verifier, SSLContext theContext) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ClientHttpEngine in org.jboss.resteasy.client.jaxrs.engines.jetty
Classes in org.jboss.resteasy.client.jaxrs.engines.jetty that implement ClientHttpEngineModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ClientHttpEngine in org.jboss.resteasy.client.jaxrs.engines.vertx
Classes in org.jboss.resteasy.client.jaxrs.engines.vertx that implement ClientHttpEngine -
Uses of ClientHttpEngine in org.jboss.resteasy.client.jaxrs.internal
Fields in org.jboss.resteasy.client.jaxrs.internal declared as ClientHttpEngineModifier and TypeFieldDescriptionprotected ClientHttpEngine
ResteasyClientBuilderImpl.httpEngine
protected final ClientHttpEngine
ResteasyClientImpl.httpEngine
Methods in org.jboss.resteasy.client.jaxrs.internal that return ClientHttpEngineModifier and TypeMethodDescriptionResteasyClientBuilderImpl.getHttpEngine()
ResteasyClientImpl.httpEngine()
Methods in org.jboss.resteasy.client.jaxrs.internal with parameters of type ClientHttpEngineModifier and TypeMethodDescriptionprotected ResteasyClient
ResteasyClientBuilderImpl.createResteasyClient
(ClientHttpEngine engine, ExecutorService executor, boolean cleanupExecutor, ScheduledExecutorService scheduledExecutorService, ClientConfiguration config) ResteasyClientBuilderImpl.httpEngine
(ClientHttpEngine httpEngine) Negates all ssl and connection specific configurationConstructors in org.jboss.resteasy.client.jaxrs.internal with parameters of type ClientHttpEngineModifierConstructorDescriptionprotected
ResteasyClientImpl
(ClientHttpEngine httpEngine, ExecutorService asyncInvocationExecutor, boolean cleanupExecutor, ScheduledExecutorService scheduledExecutorService, ClientConfiguration configuration) protected
ResteasyClientImpl
(ClientHttpEngine httpEngine, ExecutorService asyncInvocationExecutor, boolean cleanupExecutor, ClientConfiguration configuration) protected
ResteasyClientImpl
(ClientHttpEngine httpEngine, ExecutorService asyncInvocationExecutor, boolean cleanupExecutor, ContextualScheduledExecutorService scheduledExecutorService, ClientConfiguration configuration)
ClientHttpEngine
will be replaced.