Uses of Class
org.omnifaces.servlet.HttpServletResponseOutputWrapper
-
Packages that use HttpServletResponseOutputWrapper Package Description org.omnifaces.servlet -
-
Uses of HttpServletResponseOutputWrapper in org.omnifaces.servlet
Subclasses of HttpServletResponseOutputWrapper in org.omnifaces.servlet Modifier and Type Class Description class
BufferedHttpServletResponse
This HTTP servlet response implementation buffers the entire response body.class
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.class
GzipHttpServletResponse
Deprecated, for removal: This API element is subject to removal in a future version.UseCompressedHttpServletResponse
instead.
-