Package com.planetj.servlet.filter.compression

Interface Summary
CompressingFilterLogger  
 

Class Summary
CompressingFilter This filter can, based on HTTP headers in a HttpServletRequest, compress data written to the HttpServletResponse, or decompress data read from the request.
CompressingFilterStats This class provides runtime statistics on the performance of CompressingFilter.
JakartaCommonsLoggingImpl A CompressingFilterLogger implementation based on Jakarta Commons Logging.
JavaUtilLoggingImpl A CompressingFilterLogger implementation based on java.util.logging.