Package interlok.http.apache.async
Interface HttpAsyncClientBuilderConfig
- All Known Implementing Classes:
AsyncWithCredentials,AsyncWithCustomKeystores,AsyncWithInterceptors,CompositeAsyncClientBuilder,DefaultAsyncClientBuilder
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.http.impl.nio.client.HttpAsyncClientBuilderconfigure(org.apache.http.impl.nio.client.HttpAsyncClientBuilder builder) Do any additional configuration.static HttpAsyncClientBuilderConfigdefaultIfNull(HttpAsyncClientBuilderConfig configured)
-
Method Details