examples/tomcat6/apache-tomcat-6.0.35-src/webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilter.java
branchcvs_MAIN
changeset 3412 df11bb428463
parent 3360 1a8899091305
equal deleted inserted replaced
3386:ddcff50a1fdc 3412:df11bb428463
    33  * Implementation of <code>javax.servlet.Filter</code> used to compress
    33  * Implementation of <code>javax.servlet.Filter</code> used to compress
    34  * the ServletResponse if it is bigger than a threshold.
    34  * the ServletResponse if it is bigger than a threshold.
    35  *
    35  *
    36  * @author Amy Roh
    36  * @author Amy Roh
    37  * @author Dmitri Valdin
    37  * @author Dmitri Valdin
    38  * @version $Id: CompressionFilter.java,v 1.4 2015-01-28 02:11:07 vrany Exp $
    38  * @version $Id: CompressionFilter.java,v 1.5 2015-03-20 13:29:43 vrany Exp $
    39  */
    39  */
    40 
    40 
    41 public class CompressionFilter implements Filter{
    41 public class CompressionFilter implements Filter{
    42 
    42 
    43     /**
    43     /**