public class AprServletOutputStream extends AbstractServletOutputStream
sm| Constructor and Description | 
|---|
| AprServletOutputStream(SocketWrapper<java.lang.Long> wrapper,
int asyncWriteBufferSize,
AprEndpoint endpoint) | 
| 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, writepublic AprServletOutputStream(SocketWrapper<java.lang.Long> wrapper, int asyncWriteBufferSize, AprEndpoint endpoint)
protected int doWrite(boolean block,
          byte[] b,
          int off,
          int len)
               throws java.io.IOException
AbstractServletOutputStreamdoWrite in class AbstractServletOutputStreamjava.io.IOExceptionprotected void doFlush()
                throws java.io.IOException
doFlush in class AbstractServletOutputStreamjava.io.IOExceptionprotected void doClose()
                throws java.io.IOException
doClose in class AbstractServletOutputStreamjava.io.IOExceptionCopyright © 2000-2015 Apache Software Foundation. All Rights Reserved.