org.owasp.esapi.waf.internal
public class InterceptingServletOutputStream extends javax.servlet.ServletOutputStream
| Constructor and Description |
|---|
InterceptingServletOutputStream(javax.servlet.ServletOutputStream os,
boolean buffered) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
commit() |
void |
flush() |
byte[] |
getResponseBytes() |
void |
reset() |
void |
setResponseBytes(byte[] responseBytes) |
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int i) |
public InterceptingServletOutputStream(javax.servlet.ServletOutputStream os,
boolean buffered)
throws java.io.FileNotFoundException,
java.io.IOException
java.io.FileNotFoundExceptionjava.io.IOExceptionpublic void reset()
throws java.io.IOException
java.io.IOExceptionpublic byte[] getResponseBytes()
throws java.io.IOException
java.io.IOExceptionpublic void setResponseBytes(byte[] responseBytes)
throws java.io.IOException
java.io.IOExceptionpublic void write(int i)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(byte[] b)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(byte[] b,
int off,
int len)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void flush()
throws java.io.IOException
flush in interface java.io.Flushableflush in class java.io.OutputStreamjava.io.IOExceptionpublic void commit()
throws java.io.IOException
java.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in class java.io.OutputStreamjava.io.IOExceptionCopyright © 2014 The Open Web Application Security Project (OWASP). All Rights Reserved.