public class NettyServletOutputStream
extends javax.servlet.ServletOutputStream
| Constructor and Description |
|---|
NettyServletOutputStream(io.netty.handler.codec.http.HttpContent httpContent) |
| 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) |
isReady, print, print, print, print, print, print, print, println, println, println, println, println, println, println, println, setWriteListenerclosepublic NettyServletOutputStream(io.netty.handler.codec.http.HttpContent httpContent)
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