Interface Tools.HttpClientBuilderConsumer<C>
- Type Parameters:
C- the client type
- Enclosing class:
Tools
public static interface Tools.HttpClientBuilderConsumer<C>
Consumes an HTTPClient builder and applies it to client.
- Author:
- Holger Eichelberger, SSE
-
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(HttpClient.Builder builder, C client, Consumer<HttpRequest.Builder> interceptor) Appliesbuildertoclient.
-
Method Details
-
accept
Appliesbuildertoclient.- Parameters:
builder- the builderclient- the client
-