Interface LoadBalancedConnection

All Superinterfaces:
AsyncCloseable, ListenableAsyncCloseable, RequestConcurrencyController, ReservableRequestConcurrencyController, ScoreSupplier
All Known Subinterfaces:
FilterableStreamingHttpLoadBalancedConnection
All Known Implementing Classes:
DelegatingFilterableStreamingHttpLoadBalancedConnection, HttpLoadBalancerFactory.DefaultFilterableStreamingHttpLoadBalancedConnection

public interface LoadBalancedConnection extends ScoreSupplier, ReservableRequestConcurrencyController, ListenableAsyncCloseable
A connection managed by a LoadBalancer.
See Also: