public class HttpResponseServletOutputStream
extends javax.servlet.ServletOutputStream
ServletOutputStream
for the HttpResponse
.Constructor and Description |
---|
HttpResponseServletOutputStream(OutputStream delegate)
Initiate.
|
Modifier and Type | Method and Description |
---|---|
void |
flush() |
boolean |
isReady() |
void |
setWriteListener(javax.servlet.WriteListener writeListener) |
void |
write(int b) |
print, print, print, print, print, print, print, println, println, println, println, println, println, println, println
close, write, write
public HttpResponseServletOutputStream(OutputStream delegate)
delegate
- Delegate OutputStream
.public void write(int b) throws IOException
write
in class OutputStream
IOException
public void flush() throws IOException
flush
in interface Flushable
flush
in class OutputStream
IOException
public boolean isReady()
public void setWriteListener(javax.servlet.WriteListener writeListener)
Copyright © 2005–2016. All rights reserved.