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 ClientHttpEngine
ResteasyClient. httpEngine
protected ClientHttpEngine
ResteasyClientBuilder. httpEngine
Methods in org.jboss.resteasy.client.jaxrs that return ClientHttpEngine Modifier and Type Method Description ClientHttpEngine
ClientHttpEngineBuilder. build()
ClientHttpEngine
ClientHttpEngineBuilder4. build()
Deprecated.ClientHttpEngine
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, javax.net.ssl.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, javax.net.ssl.HostnameVerifier verifier, javax.net.ssl.SSLContext theContext)
ClientHttpEngine
ResteasyClient. httpEngine()
Methods in org.jboss.resteasy.client.jaxrs with parameters of type ClientHttpEngine Modifier and Type Method Description ResteasyClientBuilder
ResteasyClientBuilder. 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 class
ApacheHttpClient43Engine
An Apache HTTP engine for use with the new Builder Config style.class
ApacheHttpClient4Engine
class
URLConnectionEngine
-
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 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)
-