| Modifier and Type | Method and Description |
|---|---|
HttpClientConfiguration |
HttpClientConfiguration.Builder.build()
Create new client configuration.
|
static HttpClientConfiguration |
HttpClientConfiguration.defaultConfiguration()
Get the default configuration.
|
HttpClientConfiguration |
HttpClient.getConfiguration()
Get the client configuration.
|
| Modifier and Type | Method and Description |
|---|---|
HttpClient |
HttpClientStrategy.build(HttpClientConfiguration configuration,
EmbeddedServer<? extends AbstractConfiguration> server)
Return the http client implementation.
|
| Modifier and Type | Method and Description |
|---|---|
HttpClientConfiguration |
AbstractHttpClient.getConfiguration() |
| Constructor and Description |
|---|
AbstractHttpClient(HttpClientConfiguration configuration,
EmbeddedServer<?> server)
Create abstract skeleton.
|
| Modifier and Type | Method and Description |
|---|---|
static ApacheHttpClient |
ApacheHttpClient.newApacheHttpClient(HttpClientConfiguration configuration,
EmbeddedServer<?> server)
Create new http client using custom configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static AsyncHttpClient |
AsyncHttpClient.newAsyncHttpClient(HttpClientConfiguration configuration,
EmbeddedServer<?> server)
Create new http client using custom configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static NingAsyncHttpClient |
NingAsyncHttpClient.newAsyncHttpClient(HttpClientConfiguration configuration,
EmbeddedServer<?> server)
Create new http client using custom configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static OkHttpClient |
OkHttpClient.newOkHttpClient(HttpClientConfiguration configuration,
EmbeddedServer<?> server)
Create new http client using custom configuration.
|
Copyright © 2018. All rights reserved.