Class ContentCodingHttpServiceFilter

java.lang.Object
io.servicetalk.http.api.ContentCodingHttpServiceFilter
All Implemented Interfaces:
HttpExecutionStrategyInfluencer, StreamingHttpServiceFilterFactory, ExecutionStrategyInfluencer<HttpExecutionStrategy>

@Deprecated public final class ContentCodingHttpServiceFilter extends Object implements StreamingHttpServiceFilterFactory
A StreamingHttpService that adds encoding / decoding functionality for responses and requests respectively, as these are specified by the spec Content-Encoding.

Append this filter before others that are expected to see compressed content for this request/response, and after other filters that expect to see/manipulate the original payload.