Class StreamingHttpConnectionFilter

java.lang.Object
io.servicetalk.http.api.StreamingHttpConnectionFilter
All Implemented Interfaces:
AsyncCloseable, ListenableAsyncCloseable, GracefulAutoCloseable, FilterableStreamingHttpConnection, StreamingHttpRequester, StreamingHttpRequestFactory, AutoCloseable
Direct Known Subclasses:
ReservedStreamingHttpConnectionFilter

public class StreamingHttpConnectionFilter extends Object implements FilterableStreamingHttpConnection
A StreamingHttpConnection that delegates all methods to a different StreamingHttpConnection.
See Also: