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 ClientHttpEngineResteasyClient.httpEngineprotected ClientHttpEngineResteasyClientBuilder.httpEngineMethods in org.jboss.resteasy.client.jaxrs that return ClientHttpEngineModifier and TypeMethodDescriptionClientHttpEngineBuilder.build()ClientHttpEngineBuilder4.build()Deprecated.ClientHttpEngineBuilder43.build()protected ClientHttpEngineClientHttpEngineBuilder4.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 ClientHttpEngineClientHttpEngineBuilder43.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 TypeClassDescriptionclassAn Apache HTTP engine for use with the new Builder Config style.classclass -
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 ClientHttpEngineApacheHttpClient4EngineFactory.create()static ClientHttpEngineApacheHttpClient4EngineFactory.create(org.apache.http.client.HttpClient httpClient) static ClientHttpEngineApacheHttpClient4EngineFactory.create(org.apache.http.client.HttpClient httpClient, boolean closeHttpClient) static ClientHttpEngineApacheHttpClient4EngineFactory.create(org.apache.http.client.HttpClient httpClient, org.apache.http.protocol.HttpContext httpContext) static ClientHttpEngineApacheHttpClient4EngineFactory.createWithDefaultProxy(org.apache.http.HttpHost defaultProxy)