public class Nio2ServletOutputStream extends AbstractServletOutputStream<Nio2Channel>
sm, socketWrapper
Constructor and Description |
---|
Nio2ServletOutputStream(SocketWrapper<Nio2Channel> socketWrapper0,
int asyncWriteBufferSize,
AbstractEndpoint<Nio2Channel> endpoint0) |
Modifier and Type | Method and Description |
---|---|
protected void |
doClose() |
protected void |
doFlush() |
protected int |
doWrite(boolean block,
byte[] b,
int off,
int len)
Abstract method to be overridden by concrete implementations.
|
close, isCloseRequired, isReady, onError, onWritePossible, setWriteListener, write, write
print, print, print, print, print, print, print, println, println, println, println, println, println, println, println
flush, write
public Nio2ServletOutputStream(SocketWrapper<Nio2Channel> socketWrapper0, int asyncWriteBufferSize, AbstractEndpoint<Nio2Channel> endpoint0)
protected int doWrite(boolean block, byte[] b, int off, int len) throws IOException
AbstractServletOutputStream
doWrite
in class AbstractServletOutputStream<Nio2Channel>
IOException
protected void doFlush() throws IOException
doFlush
in class AbstractServletOutputStream<Nio2Channel>
IOException
protected void doClose() throws IOException
doClose
in class AbstractServletOutputStream<Nio2Channel>
IOException
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.