Class SingleAddressHttpClientBuilder<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 SingleAddressHttpClientBuilder<U,​R>
    extends java.lang.Object
    A builder of StreamingHttpClient instances which call a single server based on the provided unresolved address.

    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.