Uses of Interface
org.jboss.resteasy.client.jaxrs.ClientHttpEngine
Packages that use ClientHttpEngine
Package
Description
-
Uses of ClientHttpEngine in org.jboss.resteasy.client.jaxrs
Fields in org.jboss.resteasy.client.jaxrs declared as ClientHttpEngineModifier and TypeFieldDescriptionprotected ClientHttpEngine
ResteasyClient.httpEngine
protected ClientHttpEngine
ResteasyClientBuilder.httpEngine
Methods in org.jboss.resteasy.client.jaxrs that return ClientHttpEngineModifier and TypeMethodDescriptionClientHttpEngineBuilder.build()
ClientHttpEngineBuilder4.build()
Deprecated.ClientHttpEngineBuilder43.build()
protected ClientHttpEngine
ClientHttpEngineBuilder4.createEngine
(org.apache.http.conn.ClientConnectionManager cm, org.apache.http.params.BasicHttpParams params, org.apache.http.conn.ssl.X509HostnameVerifier verifier, SSLContext theContext, int responseBufferSize) Deprecated.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) ResteasyClient.httpEngine()
Methods in org.jboss.resteasy.client.jaxrs with parameters of type ClientHttpEngineModifier and TypeMethodDescriptionResteasyClientBuilder.httpEngine
(ClientHttpEngine httpEngine) Negates all ssl and connection specific configurationConstructors in org.jboss.resteasy.client.jaxrs with parameters of type ClientHttpEngineModifierConstructorDescription(package private)
ResteasyClient
(ClientHttpEngine httpEngine, ExecutorService asyncInvocationExecutor, boolean cleanupExecutor, ClientConfiguration configuration) -
Uses of ClientHttpEngine in org.jboss.resteasy.client.jaxrs.engines
Classes in org.jboss.resteasy.client.jaxrs.engines that implement ClientHttpEngineModifier and TypeClassDescriptionclass
An Apache HTTP engine for use with the new Builder Config style.class
class
-
Uses of ClientHttpEngine in org.jboss.resteasy.client.jaxrs.engines.factory
Methods in org.jboss.resteasy.client.jaxrs.engines.factory that return ClientHttpEngineModifier and TypeMethodDescriptionstatic ClientHttpEngine
ApacheHttpClient4EngineFactory.create()
static ClientHttpEngine
ApacheHttpClient4EngineFactory.create
(org.apache.http.client.HttpClient httpClient) static ClientHttpEngine
ApacheHttpClient4EngineFactory.create
(org.apache.http.client.HttpClient httpClient, boolean closeHttpClient) static ClientHttpEngine
ApacheHttpClient4EngineFactory.create
(org.apache.http.client.HttpClient httpClient, org.apache.http.protocol.HttpContext httpContext) static ClientHttpEngine
ApacheHttpClient4EngineFactory.createWithDefaultProxy
(org.apache.http.HttpHost defaultProxy)