Package org.glassfish.grizzly.http.io
Class NIOInputStream
- java.lang.Object
-
- java.io.InputStream
-
- org.glassfish.grizzly.http.io.NIOInputStream
-
- All Implemented Interfaces:
Closeable,AutoCloseable,BinaryNIOInputSource,org.glassfish.grizzly.InputSource
public abstract class NIOInputStream extends InputStream implements BinaryNIOInputSource
Stream implementation to read binary request content.- Since:
- 2.0
-
-
Constructor Summary
Constructors Constructor Description NIOInputStream()
-
Method Summary
-
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, nullInputStream, read, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, transferTo
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.glassfish.grizzly.http.io.BinaryNIOInputSource
getBuffer, readBuffer, readBuffer
-
-