| Modifier and Type | Method and Description |
|---|---|
HttpClient |
HttpClientStrategy.build(EmbeddedServer<? extends AbstractConfiguration> server)
Return the http client implementation.
|
HttpClient |
HttpClientStrategy.build(HttpClientConfiguration configuration,
EmbeddedServer<? extends AbstractConfiguration> server)
Return the http client implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHttpClient
Abstract skeleton of
HttpClient interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
ApacheHttpClient
Implementation of
HttpClient using apache http client
library under the hood. |
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncHttpClient
Implementation of
HttpClient using async-http-client
under the hood. |
| Modifier and Type | Class and Description |
|---|---|
class |
NingAsyncHttpClient
Implementation of
HttpClient using (Ning) async-http-client
under the hood. |
| Modifier and Type | Class and Description |
|---|---|
class |
OkHttpClient
Implementation of
HttpClient using OkHttp library from Square. |
| Modifier and Type | Method and Description |
|---|---|
HttpClient |
EmbeddedServerTestLifeCycleAdapter.getClient()
Returns HTTP client that can be used against
EmbeddedServerTestLifeCycleAdapter.server. |
HttpClient |
EmbeddedServerTestLifeCycleAdapter.getClient(HttpClientStrategy strategy)
Returns HTTP client that can be used against
EmbeddedServerTestLifeCycleAdapter.server. |
| Modifier and Type | Method and Description |
|---|---|
HttpClient |
ServerRule.getClient()
Returns HTTP client that can be used against embedded server.
|
Copyright © 2018. All rights reserved.