ResolvedAddress - The type of address after resolution.public interface HttpLoadBalancerFactory<ResolvedAddress> extends LoadBalancerFactory<ResolvedAddress,FilterableStreamingHttpLoadBalancedConnection>
LoadBalancerFactory for HTTP clients.| Modifier and Type | Method and Description |
|---|---|
default HttpExecutionStrategy |
requiredOffloads() |
FilterableStreamingHttpLoadBalancedConnection |
toLoadBalancedConnection(FilterableStreamingHttpConnection connection)
Converts the passed
FilterableStreamingHttpConnection to a
FilterableStreamingHttpLoadBalancedConnection. |
FilterableStreamingHttpLoadBalancedConnection toLoadBalancedConnection(FilterableStreamingHttpConnection connection)
FilterableStreamingHttpConnection to a
FilterableStreamingHttpLoadBalancedConnection.connection - FilterableStreamingHttpConnection to convert.FilterableStreamingHttpLoadBalancedConnection for the passed
FilterableStreamingHttpConnection.default HttpExecutionStrategy requiredOffloads()
requiredOffloads in interface ExecutionStrategyInfluencer<ExecutionStrategy>requiredOffloads in interface LoadBalancerFactory<ResolvedAddress,FilterableStreamingHttpLoadBalancedConnection>