Class MultiAddressHttpClientBuilder<U,​R>

  • Type Parameters:
    U - the type of address before resolution (unresolved address)
    R - the type of address after resolution (resolved address)

    public abstract class MultiAddressHttpClientBuilder<U,​R>
    extends java.lang.Object
    A builder of StreamingHttpClient instances which have a capacity to call any server based on the parsed absolute-form URL address information from each StreamingHttpRequest.

    It also provides a good set of default settings and configurations, which could be used by most users as-is or could be overridden to address specific use cases.

    See Also:
    absolute-form rfc7230#section-5.3.2