public class CacheResponseStream
extends javax.servlet.ServletOutputStream
Modifier and Type | Field and Description |
---|---|
protected OutputStream |
cache |
protected boolean |
closed |
protected javax.servlet.ServletOutputStream |
output |
protected javax.servlet.http.HttpServletResponse |
response |
Constructor and Description |
---|
CacheResponseStream(javax.servlet.http.HttpServletResponse response,
OutputStream cache) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
closed() |
void |
flush() |
void |
reset() |
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
protected boolean closed
protected javax.servlet.http.HttpServletResponse response
protected javax.servlet.ServletOutputStream output
protected OutputStream cache
public CacheResponseStream(javax.servlet.http.HttpServletResponse response, OutputStream cache) throws IOException
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class OutputStream
IOException
public void flush() throws IOException
flush
in interface Flushable
flush
in class OutputStream
IOException
public void write(int b) throws IOException
write
in class OutputStream
IOException
public void write(byte[] b) throws IOException
write
in class OutputStream
IOException
public void write(byte[] b, int off, int len) throws IOException
write
in class OutputStream
IOException
public boolean closed()
public void reset()
Copyright © 2006–2018 TinyGroup. All rights reserved.