Interface MultiAddressHttpClientBuilder<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:
DelegatingMultiAddressHttpClientBuilder

public interface MultiAddressHttpClientBuilder<U,R>
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: