cn.dreampie.web.filter.cache
类 CacheResponseStream
java.lang.Object
java.io.OutputStream
javax.servlet.ServletOutputStream
cn.dreampie.web.filter.cache.CacheResponseStream
- 所有已实现的接口:
- Closeable, Flushable
public class CacheResponseStream
- extends javax.servlet.ServletOutputStream
| 从类 javax.servlet.ServletOutputStream 继承的方法 |
print, print, print, print, print, print, print, println, println, println, println, println, println, println, println |
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
closed
protected boolean closed
response
protected javax.servlet.http.HttpServletResponse response
output
protected javax.servlet.ServletOutputStream output
cache
protected OutputStream cache
CacheResponseStream
public CacheResponseStream(javax.servlet.http.HttpServletResponse response,
OutputStream cache)
throws IOException
- 抛出:
IOException
close
public void close()
throws IOException
- 指定者:
- 接口
Closeable 中的 close - 覆盖:
- 类
OutputStream 中的 close
- 抛出:
IOException
flush
public void flush()
throws IOException
- 指定者:
- 接口
Flushable 中的 flush - 覆盖:
- 类
OutputStream 中的 flush
- 抛出:
IOException
write
public void write(int b)
throws IOException
- 指定者:
- 类
OutputStream 中的 write
- 抛出:
IOException
write
public void write(byte[] b)
throws IOException
- 覆盖:
- 类
OutputStream 中的 write
- 抛出:
IOException
write
public void write(byte[] b,
int off,
int len)
throws IOException
- 覆盖:
- 类
OutputStream 中的 write
- 抛出:
IOException
closed
public boolean closed()
reset
public void reset()
isReady
public boolean isReady()
- 指定者:
- 类
javax.servlet.ServletOutputStream 中的 isReady
setWriteListener
public void setWriteListener(javax.servlet.WriteListener writeListener)
- 指定者:
- 类
javax.servlet.ServletOutputStream 中的 setWriteListener
Copyright © 2014. All rights reserved.