public static final class HttpClient.Builder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
HttpClient |
build() |
HttpClient.Builder |
options(java.util.function.Consumer<? super HttpClientOptions.Builder> options)
The options for the client, including address and port.
|
public final HttpClient.Builder options(java.util.function.Consumer<? super HttpClientOptions.Builder> options)
options - the options for the client, including address and port.thispublic HttpClient build()