Uses of Interface
org.jboss.resteasy.client.jaxrs.ClientHttpEngine
Package
Description
-
Uses of ClientHttpEngine in org.jboss.resteasy.client.jaxrs
Modifier and TypeMethodDescriptionClientHttpEngineBuilder.build()
Deprecated, for removal: This API element is subject to removal in a future version.abstract ClientHttpEngine
ResteasyClientBuilder.getHttpEngine()
ResteasyClient.httpEngine()
Modifier and TypeMethodDescriptionabstract ResteasyClientBuilder
ResteasyClientBuilder.httpEngine
(ClientHttpEngine httpEngine) Negates all ssl and connection specific configuration -
Uses of ClientHttpEngine in org.jboss.resteasy.client.jaxrs.engine
Modifier 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
Modifier and TypeInterfaceDescriptioninterface
Deprecated, for removal: This API element is subject to removal in a future version.interface
Interface for an async HttpClientEngineinterface
Modifier 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
Modifier 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
Modifier 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
-
Uses of ClientHttpEngine in org.jboss.resteasy.client.jaxrs.internal
Modifier and TypeFieldDescriptionprotected ClientHttpEngine
ResteasyClientBuilderImpl.httpEngine
protected final ClientHttpEngine
ResteasyClientImpl.httpEngine
Modifier and TypeMethodDescriptionResteasyClientBuilderImpl.getHttpEngine()
ResteasyClientImpl.httpEngine()
Modifier 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 configurationModifierConstructorDescriptionprotected
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.