Package java.net.http

Interface HttpClient.Builder

Enclosing class:
HttpClient

public static interface HttpClient.Builder
A builder of HTTP Clients.

Builders are created by invoking newBuilder. Each of the setter methods modifies the state of the builder and returns the same instance. Builders are not thread-safe and should not be used concurrently from multiple threads without external synchronization.

Since:
11