Interface SingleAddressHttpClientBuilder<U,R>

Type Parameters:
U - the type of address before resolution (unresolved address)
R - the type of address after resolution (resolved address)
All Known Implementing Classes:
DelegatingSingleAddressHttpClientBuilder

public interface SingleAddressHttpClientBuilder<U,R>
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.