org.mortbay.servlet.jetty
Class IncludableGzipFilter.IncludableGzipStream

java.lang.Object
  extended by java.io.OutputStream
      extended by javax.servlet.ServletOutputStream
          extended by org.mortbay.servlet.GzipFilter.GzipStream
              extended by org.mortbay.servlet.jetty.IncludableGzipFilter.IncludableGzipStream
All Implemented Interfaces:
Closeable, Flushable
Enclosing class:
IncludableGzipFilter

public class IncludableGzipFilter.IncludableGzipStream
extends GzipFilter.GzipStream


Field Summary
 
Fields inherited from class org.mortbay.servlet.GzipFilter.GzipStream
_bOut, _bufferSize, _closed, _contentLength, _gzOut, _minGzipSize, _out, _request, _response
 
Constructor Summary
IncludableGzipFilter.IncludableGzipStream(HttpServletRequest request, HttpServletResponse response, long contentLength, int bufferSize, int minGzipSize)
           
 
Method Summary
protected  boolean setContentEncodingGzip()
           
 
Methods inherited from class org.mortbay.servlet.GzipFilter.GzipStream
close, doGzip, doNotGzip, finish, flush, resetBuffer, setContentLength, write, write, write
 
Methods inherited from class javax.servlet.ServletOutputStream
print, print, print, print, print, print, print, println, println, println, println, println, println, println, println
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IncludableGzipFilter.IncludableGzipStream

public IncludableGzipFilter.IncludableGzipStream(HttpServletRequest request,
                                                 HttpServletResponse response,
                                                 long contentLength,
                                                 int bufferSize,
                                                 int minGzipSize)
                                          throws IOException
Throws:
IOException
Method Detail

setContentEncodingGzip

protected boolean setContentEncodingGzip()
Overrides:
setContentEncodingGzip in class GzipFilter.GzipStream