Module org.omnifaces
Package org.omnifaces.servlet
-
Class Summary Class Description BufferedHttpServletResponse This HTTP servlet response implementation buffers the entire response body.CompressedHttpServletResponse 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.FileServlet The well known "BalusC FileServlet", as an abstract template, slightly refactored, rewritten and modernized with a.o.GzipHttpServletResponse Deprecated, for removal: This API element is subject to removal in a future version. UseCompressedHttpServletResponse
instead.HttpServletResponseOutputWrapper Convenience class for extendingHttpServletResponseWrapper
wherein the servlet responseOutputStream
has to be replaced by a custom implementation. -
Enum Summary Enum Description CompressedHttpServletResponse.Algorithm Available compression algorithms.