| Class | Description | 
|---|---|
| BufferedHttpServletResponse | This HTTP servlet response implementation buffers the entire response body. | 
| FileServlet | 
 The well known "BalusC FileServlet",
 as an abstract template, slightly refactored, rewritten and modernized with a.o. | 
| 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  HttpServletResponseWrapperwherein the servlet responseOutputStreamhas to be replaced by a custom implementation. | 
Copyright © 2012–2022 OmniFaces. All rights reserved.