public class ExpiresFilter.XServletOutputStream
extends javax.servlet.ServletOutputStream
ServletOutputStream to trap the
"Start Write Response Body" event.| Constructor and Description |
|---|
XServletOutputStream(javax.servlet.ServletOutputStream servletOutputStream,
javax.servlet.http.HttpServletRequest request,
ExpiresFilter.XHttpServletResponse response) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
boolean |
isReady() |
void |
print(boolean b) |
void |
print(char c) |
void |
print(double d) |
void |
print(float f) |
void |
print(int i) |
void |
print(long l) |
void |
print(String s) |
void |
println() |
void |
println(boolean b) |
void |
println(char c) |
void |
println(double d) |
void |
println(float f) |
void |
println(int i) |
void |
println(long l) |
void |
println(String s) |
void |
setWriteListener(javax.servlet.WriteListener listener) |
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
public XServletOutputStream(javax.servlet.ServletOutputStream servletOutputStream,
javax.servlet.http.HttpServletRequest request,
ExpiresFilter.XHttpServletResponse response)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class OutputStreamIOExceptionpublic void print(boolean b)
throws IOException
print in class javax.servlet.ServletOutputStreamIOExceptionpublic void print(char c)
throws IOException
print in class javax.servlet.ServletOutputStreamIOExceptionpublic void print(double d)
throws IOException
print in class javax.servlet.ServletOutputStreamIOExceptionpublic void print(float f)
throws IOException
print in class javax.servlet.ServletOutputStreamIOExceptionpublic void print(int i)
throws IOException
print in class javax.servlet.ServletOutputStreamIOExceptionpublic void print(long l)
throws IOException
print in class javax.servlet.ServletOutputStreamIOExceptionpublic void print(String s) throws IOException
print in class javax.servlet.ServletOutputStreamIOExceptionpublic void println()
throws IOException
println in class javax.servlet.ServletOutputStreamIOExceptionpublic void println(boolean b)
throws IOException
println in class javax.servlet.ServletOutputStreamIOExceptionpublic void println(char c)
throws IOException
println in class javax.servlet.ServletOutputStreamIOExceptionpublic void println(double d)
throws IOException
println in class javax.servlet.ServletOutputStreamIOExceptionpublic void println(float f)
throws IOException
println in class javax.servlet.ServletOutputStreamIOExceptionpublic void println(int i)
throws IOException
println in class javax.servlet.ServletOutputStreamIOExceptionpublic void println(long l)
throws IOException
println in class javax.servlet.ServletOutputStreamIOExceptionpublic void println(String s) throws IOException
println in class javax.servlet.ServletOutputStreamIOExceptionpublic void write(byte[] b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionpublic void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic boolean isReady()
isReady in class javax.servlet.ServletOutputStreampublic void setWriteListener(javax.servlet.WriteListener listener)
setWriteListener in class javax.servlet.ServletOutputStreamCopyright © 2016 JBoss by Red Hat. All rights reserved.