Interface | Description |
---|---|
UncaughtExceptionHandler |
Handles an exception caught by
CompressionFilter . |
Class | Description |
---|---|
CompressionFilter |
Pimps up
HttpServletResponse so that it understands "Content-Encoding: gzip" and compress the response. |
CompressionServletResponse |
HttpServletResponse that recognizes Content-Encoding: gzip in the response header
and acts accoringly. |
FilterServletOutputStream |
ServletOutputStream that writes to the specified output stream. |
Copyright © 2015. All rights reserved.