Class CompressedHttpServletResponse

All Implemented Interfaces:
HttpServletResponse, ServletResponse

public class CompressedHttpServletResponse extends HttpServletResponseOutputWrapper
This HTTP servlet response wrapper will compress the response with the given algorithm when the given threshold has exceeded and the response content type matches one of the given mimetypes.
Since:
4.5
Author:
Bauke Scholtz