public class GZIPResponseStream
extends ServletOutputStream
Modifier and Type | Field and Description |
---|---|
protected java.io.ByteArrayOutputStream |
baos |
protected boolean |
closed |
protected java.util.zip.GZIPOutputStream |
gzipstream |
protected ServletOutputStream |
output |
protected HttpServletResponse |
response |
Constructor and Description |
---|
GZIPResponseStream(HttpServletResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
closed() |
void |
flush() |
boolean |
isReady() |
void |
reset() |
void |
setWriteListener(WriteListener writeListener) |
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
protected java.io.ByteArrayOutputStream baos
protected java.util.zip.GZIPOutputStream gzipstream
protected boolean closed
protected HttpServletResponse response
protected ServletOutputStream output
public GZIPResponseStream(HttpServletResponse response) throws java.io.IOException
java.io.IOException
public void close() throws java.io.IOException
java.io.IOException
public void flush() throws java.io.IOException
java.io.IOException
public void write(int b) throws java.io.IOException
java.io.IOException
public void write(byte[] b) throws java.io.IOException
java.io.IOException
public void write(byte[] b, int off, int len) throws java.io.IOException
java.io.IOException
public boolean closed()
public void reset()
public void setWriteListener(WriteListener writeListener)
public boolean isReady()