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, setWriteListener
close
public NettyServletOutputStream(io.netty.handler.codec.http.HttpContent httpContent)
public void write(int b) throws IOException
write
in class OutputStream
IOException
public void write(byte[] b) throws IOException
write
in class OutputStream
IOException
public void write(byte[] b, int offset, int len) throws IOException
write
in class OutputStream
IOException
public void flush() throws IOException
flush
in interface Flushable
flush
in class OutputStream
IOException
public void resetBuffer()
public boolean isFlushed()
public int getBufferSize()
Apache CXF