public class AprServletInputStream extends AbstractServletInputStream
sm
Constructor and Description |
---|
AprServletInputStream(SocketWrapper<Long> wrapper) |
Modifier and Type | Method and Description |
---|---|
protected void |
doClose() |
protected boolean |
doIsReady() |
protected int |
doRead(boolean block,
byte[] b,
int off,
int len)
Abstract method to be overridden by concrete implementations.
|
close, isCloseRequired, isFinished, isReady, onAllDataRead, onDataAvailable, onError, read, read, readLine, setReadListener
available, mark, markSupported, read, reset, skip
public AprServletInputStream(SocketWrapper<Long> wrapper)
protected int doRead(boolean block, byte[] b, int off, int len) throws IOException
AbstractServletInputStream
doRead
in class AbstractServletInputStream
IOException
protected boolean doIsReady()
doIsReady
in class AbstractServletInputStream
protected void doClose() throws IOException
doClose
in class AbstractServletInputStream
IOException
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.