public class NettyServletOutputStream
extends javax.servlet.ServletOutputStream
| Constructor and Description |
|---|
NettyServletOutputStream(org.jboss.netty.handler.codec.http.HttpResponse response) |
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
int |
getBufferSize() |
boolean |
isFlushed() |
void |
resetBuffer() |
void |
write(byte[] b) |
void |
write(byte[] b,
int offset,
int len) |
void |
write(int b) |
print, print, print, print, print, print, print, println, println, println, println, println, println, println, printlnclosepublic NettyServletOutputStream(org.jboss.netty.handler.codec.http.HttpResponse response)
public void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b,
int offset,
int len)
throws IOException
write in class OutputStreamIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class OutputStreamIOExceptionpublic void resetBuffer()
public boolean isFlushed()
public int getBufferSize()
Apache CXF