Package | Description |
---|---|
org.jboss.resteasy.client.jaxrs | |
org.jboss.resteasy.client.jaxrs.engines | |
org.jboss.resteasy.client.jaxrs.engines.factory | |
org.jboss.resteasy.client.spring |
Modifier and Type | Field and Description |
---|---|
protected ClientHttpEngine |
ResteasyClientBuilder.httpEngine |
protected ClientHttpEngine |
ResteasyClient.httpEngine |
Modifier and Type | Method and Description |
---|---|
ClientHttpEngine |
ResteasyClient.httpEngine() |
protected ClientHttpEngine |
ResteasyClientBuilder.initDefaultEngine() |
protected static ClientHttpEngine |
HttpClientBuilder43.initDefaultEngine43(ResteasyClientBuilder that)
Create ClientHttpEngine using Apache 4.3.x+ apis.
|
Modifier and Type | Method and Description |
---|---|
ResteasyClientBuilder |
ResteasyClientBuilder.httpEngine(ClientHttpEngine httpEngine)
Negates all ssl and connection specific configuration
|
Modifier and Type | Class and Description |
---|---|
class |
ApacheHttpClient43Engine
An Apache HTTP engine for use with the new Builder Config style.
|
class |
ApacheHttpClient4Engine |
class |
URLConnectionEngine |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
ClientHttpEngine |
RestClientProxyFactoryBean.getClientEngine() |
Modifier and Type | Method and Description |
---|---|
void |
RestClientProxyFactoryBean.setClientExecutor(ClientHttpEngine clientEngine)
Optional property for advanced usage.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.