com.atlassian.core.filters.gzip
Class GzipResponseStream
java.lang.Object
java.io.OutputStream
javax.servlet.ServletOutputStream
com.atlassian.core.filters.gzip.GzipResponseStream
- public class GzipResponseStream
- extends javax.servlet.ServletOutputStream
|
Field Summary |
protected java.io.ByteArrayOutputStream |
baos
|
protected boolean |
closed
|
protected java.util.zip.GZIPOutputStream |
gzipstream
|
protected javax.servlet.ServletOutputStream |
output
|
protected javax.servlet.http.HttpServletResponse |
response
|
| 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 |
baos
protected java.io.ByteArrayOutputStream baos
gzipstream
protected java.util.zip.GZIPOutputStream gzipstream
closed
protected boolean closed
response
protected javax.servlet.http.HttpServletResponse response
output
protected javax.servlet.ServletOutputStream output
GzipResponseStream
public GzipResponseStream(javax.servlet.http.HttpServletResponse response)
throws java.io.IOException
close
public void close()
throws java.io.IOException
- Throws:
java.io.IOException
flush
public void flush()
throws java.io.IOException
- Throws:
java.io.IOException
write
public void write(int b)
throws java.io.IOException
- Throws:
java.io.IOException
write
public void write(byte[] b)
throws java.io.IOException
- Throws:
java.io.IOException
write
public void write(byte[] b,
int off,
int len)
throws java.io.IOException
- Throws:
java.io.IOException
closed
public boolean closed()
reset
public void reset()
Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.