net.sourceforge.pebble.web.filter
Class GZIPResponseWrapper
java.lang.Object
HttpServletResponseWrapper
net.sourceforge.pebble.web.filter.GZIPResponseWrapper
public class GZIPResponseWrapper
- extends HttpServletResponseWrapper
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
wrappedResponse
protected HttpServletResponse wrappedResponse
stream
protected ServletOutputStream stream
writer
protected java.io.PrintWriter writer
GZIPResponseWrapper
public GZIPResponseWrapper(HttpServletResponse response)
createOutputStream
public ServletOutputStream createOutputStream()
throws java.io.IOException
- Throws:
java.io.IOException
finishResponse
public void finishResponse()
flushBuffer
public void flushBuffer()
throws java.io.IOException
- Throws:
java.io.IOException
getOutputStream
public ServletOutputStream getOutputStream()
throws java.io.IOException
- Throws:
java.io.IOException
getWriter
public java.io.PrintWriter getWriter()
throws java.io.IOException
- Throws:
java.io.IOException
setContentLength
public void setContentLength(int length)
Copyright © 2003-2006, Simon Brown. All Rights Reserved.