Class CompressionFilter

  • All Implemented Interfaces:
    Filter

    @Deprecated
    public class CompressionFilter
    extends Object
    implements Filter
    Deprecated.
    Legacy AEM 6.x API.
    Abdera Filter implementation that selectively applies compression to the response payload
    • Constructor Detail

      • CompressionFilter

        public CompressionFilter()
        Deprecated.
    • Method Detail

      • filter

        public ResponseContext filter​(RequestContext request,
                                      FilterChain chain)
        Deprecated.
        Description copied from interface: Filter
        Process the filter request. The filter must call chain.next(request) to pass the request on to the next filter or the provider.
        Specified by:
        filter in interface Filter