public class AprServletOutputStream extends AbstractServletOutputStream
sm
Constructor and Description |
---|
AprServletOutputStream(SocketWrapper<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, write
print, print, print, print, print, print, print, println, println, println, println, println, println, println, println
flush, write
public AprServletOutputStream(SocketWrapper<Long> wrapper, int asyncWriteBufferSize, AprEndpoint endpoint)
protected int doWrite(boolean block, byte[] b, int off, int len) throws IOException
AbstractServletOutputStream
doWrite
in class AbstractServletOutputStream
IOException
protected void doFlush() throws IOException
doFlush
in class AbstractServletOutputStream
IOException
protected void doClose() throws IOException
doClose
in class AbstractServletOutputStream
IOException
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.