Uses of Package
com.planetj.servlet.filter.compression

Classes in com.planetj.servlet.filter.compression used by com.planetj.servlet.filter.compression
CompressingFilterContext
          Encapsulates the CompressingFilter environment, including configuration and runtime statistics.
CompressingFilterLogger
           
CompressingFilterLoggerImpl
          A simple facade in front of logging services -- this class is used by other classes in this package to log informational messages.
CompressingFilterStats
          This class provides runtime statistics on the performance of CompressingFilter.
CompressingFilterStats.InputStatsCallback
           
CompressingFilterStats.OutputStatsCallback
           
CompressingFilterStats.StatsField
          A simple enum used by CompressingFilterStats.OutputStatsCallback to select a field in this class.
CompressingHttpServletResponse
          Implementation of HttpServletResponse which will optionally compress data written to the response.
CompressingInputStream
           
CompressingOutputStream
          Implementations of this interface encapsulate an OutputStream that compresses data written to it.
CompressingServletInputStream
          Implementation of ServletInputStream which will decompress data read from it.
CompressingServletOutputStream
          Implementation of ServletOutputStream which will optionally compress data written to it.
CompressingStreamFactory
          Implementations of this abstract class can add compression of a particular type to a given OutputStream.
CompressingStreamFactory.ContentEncodingQ
           
StatsInputStream.StatsCallback
           
StatsOutputStream.StatsCallback
           
ThresholdOutputStream
           
ThresholdOutputStream.BufferCommitmentCallback
          Implementations of this interface are used to receive notification that this stream has either committed bytes to the "raw" stream (without compression), or has committed bytes to a compressing stream.