Class StreamingHttpServiceFilter

java.lang.Object
io.servicetalk.http.api.StreamingHttpServiceFilter
All Implemented Interfaces:
AsyncCloseable, HttpExecutionStrategyInfluencer, HttpServiceBase, StreamingHttpService, ExecutionStrategyInfluencer<HttpExecutionStrategy>

public class StreamingHttpServiceFilter extends Object implements StreamingHttpService
An implementation of StreamingHttpService that delegates all methods to the provided StreamingHttpService.
See Also: