public class HttpResponseServletOutputStream extends ServletOutputStream
ServletOutputStream for the HttpResponse.| Constructor and Description |
|---|
HttpResponseServletOutputStream(OutputStream delegate)
Initiate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
boolean |
isReady() |
void |
setWriteListener(WriteListener writeListener) |
void |
write(int b) |
print, print, print, print, print, print, print, println, println, println, println, println, println, println, printlnclose, write, writepublic HttpResponseServletOutputStream(OutputStream delegate)
delegate - Delegate OutputStream.public void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class OutputStreamIOExceptionpublic boolean isReady()
isReady in class ServletOutputStreampublic void setWriteListener(WriteListener writeListener)
setWriteListener in class ServletOutputStreamCopyright © 2005–2015. All rights reserved.