public class BioServletInputStream extends AbstractServletInputStream
sm| Constructor and Description | 
|---|
| BioServletInputStream(SocketWrapper<Socket> 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, setReadListeneravailable, mark, markSupported, read, reset, skippublic BioServletInputStream(SocketWrapper<Socket> wrapper) throws IOException
IOExceptionprotected int doRead(boolean block,
         byte[] b,
         int off,
         int len)
              throws IOException
AbstractServletInputStreamdoRead in class AbstractServletInputStreamIOExceptionprotected boolean doIsReady()
doIsReady in class AbstractServletInputStreamprotected void doClose()
                throws IOException
doClose in class AbstractServletInputStreamIOExceptionCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.