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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
customize
(org.apache.hc.client5.http.impl.classic.HttpClientBuilder httpClientBuilder)
-
Method Details
-
customize
void customize(org.apache.hc.client5.http.impl.classic.HttpClientBuilder httpClientBuilder)
-