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 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 print(boolean b) throws IOException
print
in class javax.servlet.ServletOutputStream
IOException
public void print(char c) throws IOException
print
in class javax.servlet.ServletOutputStream
IOException
public void print(double d) throws IOException
print
in class javax.servlet.ServletOutputStream
IOException
public void print(float f) throws IOException
print
in class javax.servlet.ServletOutputStream
IOException
public void print(int i) throws IOException
print
in class javax.servlet.ServletOutputStream
IOException
public void print(long l) throws IOException
print
in class javax.servlet.ServletOutputStream
IOException
public void print(String s) throws IOException
print
in class javax.servlet.ServletOutputStream
IOException
public void println() throws IOException
println
in class javax.servlet.ServletOutputStream
IOException
public void println(boolean b) throws IOException
println
in class javax.servlet.ServletOutputStream
IOException
public void println(char c) throws IOException
println
in class javax.servlet.ServletOutputStream
IOException
public void println(double d) throws IOException
println
in class javax.servlet.ServletOutputStream
IOException
public void println(float f) throws IOException
println
in class javax.servlet.ServletOutputStream
IOException
public void println(int i) throws IOException
println
in class javax.servlet.ServletOutputStream
IOException
public void println(long l) throws IOException
println
in class javax.servlet.ServletOutputStream
IOException
public void println(String s) throws IOException
println
in class javax.servlet.ServletOutputStream
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 void write(int b) throws IOException
write
in class OutputStream
IOException
public boolean isReady()
isReady
in class javax.servlet.ServletOutputStream
public void setWriteListener(javax.servlet.WriteListener listener)
setWriteListener
in class javax.servlet.ServletOutputStream
Copyright © 2017 JBoss by Red Hat. All rights reserved.