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.
@FunctionalInterface public interface HttpAsyncClientBuilderConfig
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.http.impl.nio.client.HttpAsyncClientBuilderconfigure(org.apache.http.impl.nio.client.HttpAsyncClientBuilder builder)Do any additional configuration.static HttpAsyncClientBuilderConfigdefaultIfNull(HttpAsyncClientBuilderConfig configured)
-
-
-
Method Detail
-
defaultIfNull
static HttpAsyncClientBuilderConfig defaultIfNull(HttpAsyncClientBuilderConfig configured)
-
configure
org.apache.http.impl.nio.client.HttpAsyncClientBuilder configure(org.apache.http.impl.nio.client.HttpAsyncClientBuilder builder) throws java.lang.ExceptionDo any additional configuration.- Parameters:
builder- the existing builder- Returns:
- a reconfigured builder.
- Throws:
java.lang.Exception
-
-