Interface StreamingHttpConnection

All Superinterfaces:
AsyncCloseable, AutoCloseable, FilterableStreamingHttpConnection, GracefulAutoCloseable, ListenableAsyncCloseable, StreamingHttpRequester, StreamingHttpRequestFactory
All Known Subinterfaces:
FilterableStreamingHttpLoadBalancedConnection, ReservedStreamingHttpConnection
All Known Implementing Classes:
DelegatingFilterableStreamingHttpLoadBalancedConnection, HttpLoadBalancerFactory.DefaultFilterableStreamingHttpLoadBalancedConnection

public interface StreamingHttpConnection extends FilterableStreamingHttpConnection, GracefulAutoCloseable
The equivalent of HttpConnection but that accepts StreamingHttpRequest and returns StreamingHttpResponse.