| Package | Description |
|---|---|
| com.github.mjeanroy.junit.servers.client.impl.okhttp3 |
| Modifier and Type | Method and Description |
|---|---|
static OkHttpClient |
OkHttpClient.defaultOkHttpClient(EmbeddedServer<?> server)
Create new http client using internal
http client from ok-http library.
|
static OkHttpClient |
OkHttpClient.newOkHttpClient(EmbeddedServer<?> server,
okhttp3.OkHttpClient client)
Deprecated.
|
static OkHttpClient |
OkHttpClient.newOkHttpClient(HttpClientConfiguration configuration,
EmbeddedServer<?> server)
Create new http client using custom configuration.
|
Copyright © 2018. All rights reserved.