Interface HttpComponents5ClientFactory.HttpClientBuilderCustomizer
- Enclosing class:
HttpComponents5ClientFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface HttpComponents5ClientFactory.HttpClientBuilderCustomizer
- Since:
- 4.0.5
-
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(org.apache.hc.client5.http.impl.classic.HttpClientBuilder httpClientBuilder)
-
Method Details
-
customize
void customize(org.apache.hc.client5.http.impl.classic.HttpClientBuilder httpClientBuilder)
-