Package org.omnifaces.servlet

Class Summary
BufferedHttpServletResponse This HTTP servlet response implementation buffers the entire response body.
GzipHttpServletResponse 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.
HttpServletResponseOutputWrapper Convenience class for extending HttpServletResponseWrapper wherein the servlet response OutputStream has to be replaced by a custom implementation.