Uses of Interface
org.jboss.resteasy.client.jaxrs.ClientHttpEngine
-
Packages that use ClientHttpEngine Package Description org.jboss.resteasy.client.jaxrs org.jboss.resteasy.client.jaxrs.engines org.jboss.resteasy.client.jaxrs.engines.factory -
-
Uses of ClientHttpEngine in org.jboss.resteasy.client.jaxrs
Fields in org.jboss.resteasy.client.jaxrs declared as ClientHttpEngine Modifier and Type Field Description protected ClientHttpEngineResteasyClient. httpEngineprotected ClientHttpEngineResteasyClientBuilder. httpEngineMethods in org.jboss.resteasy.client.jaxrs that return ClientHttpEngine Modifier and Type Method Description ClientHttpEngineClientHttpEngineBuilder. build()ClientHttpEngineClientHttpEngineBuilder4. build()Deprecated.ClientHttpEngineClientHttpEngineBuilder43. build()protected ClientHttpEngineClientHttpEngineBuilder4. createEngine(org.apache.http.conn.ClientConnectionManager cm, org.apache.http.params.BasicHttpParams params, org.apache.http.conn.ssl.X509HostnameVerifier verifier, javax.net.ssl.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, javax.net.ssl.HostnameVerifier verifier, javax.net.ssl.SSLContext theContext)ClientHttpEngineResteasyClient. httpEngine()Methods in org.jboss.resteasy.client.jaxrs with parameters of type ClientHttpEngine Modifier and Type Method Description ResteasyClientBuilderResteasyClientBuilder. httpEngine(ClientHttpEngine httpEngine)Negates all ssl and connection specific configurationConstructors in org.jboss.resteasy.client.jaxrs with parameters of type ClientHttpEngine Constructor Description ResteasyClient(ClientHttpEngine httpEngine, java.util.concurrent.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 ClientHttpEngine Modifier and Type Class Description classApacheHttpClient43EngineAn Apache HTTP engine for use with the new Builder Config style.classApacheHttpClient4EngineclassURLConnectionEngine -
Uses of ClientHttpEngine in org.jboss.resteasy.client.jaxrs.engines.factory
Methods in org.jboss.resteasy.client.jaxrs.engines.factory that return ClientHttpEngine Modifier and Type Method Description static 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)
-