Package org.apache.tapestry5.internal.gzip

[INTERNAL USE ONLY] support classes for GZIP compression; API subject to change

See:
          Description

Class Summary
BufferedGZipOutputStream A buffered output stream that, when a certain number of bytes is buffered (the cutover point) will open a compressed stream (via Response.getOutputStream(String)
GZIPEnabledResponse  
GZipFilter Filter that adds GZIP compression to the response, if the client supports it.
 

Package org.apache.tapestry5.internal.gzip Description

[INTERNAL USE ONLY] support classes for GZIP compression; API subject to change



Copyright © 2003-2012 The Apache Software Foundation.