Class GzipHttpServletResponse

  • All Implemented Interfaces:
    HttpServletResponse, ServletResponse

    public class GzipHttpServletResponse
    extends HttpServletResponseOutputWrapper
    This HTTP servlet response wrapper will GZIP the response when the given threshold has exceeded and the response content type matches one of the given mimetypes.
    Since:
    1.1
    Author:
    Bauke Scholtz