public class NioServletInputStream extends AbstractServletInputStream
sm| Constructor and Description | 
|---|
| NioServletInputStream(SocketWrapper<NioChannel> wrapper,
                     NioSelectorPool pool) | 
| 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 NioServletInputStream(SocketWrapper<NioChannel> wrapper, NioSelectorPool pool)
protected boolean doIsReady()
                     throws IOException
doIsReady in class AbstractServletInputStreamIOExceptionprotected int doRead(boolean block,
         byte[] b,
         int off,
         int len)
              throws IOException
AbstractServletInputStreamdoRead in class AbstractServletInputStreamIOExceptionprotected void doClose()
                throws IOException
doClose in class AbstractServletInputStreamIOExceptionCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.