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 Details

    • defaultIfNull

    • configure

      org.apache.http.impl.nio.client.HttpAsyncClientBuilder configure(org.apache.http.impl.nio.client.HttpAsyncClientBuilder builder) throws Exception
      Do any additional configuration.
      Parameters:
      builder - the existing builder
      Returns:
      a reconfigured builder.
      Throws:
      Exception