Package org.glassfish.grizzly.http.io
Class NIOReader
- java.lang.Object
-
- java.io.Reader
-
- org.glassfish.grizzly.http.io.NIOReader
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable,java.lang.Readable,InputSource
public abstract class NIOReader extends java.io.Reader implements InputSource
Character stream implementation used to read character-based request content.- Since:
- 2.0
-
-
Constructor Summary
Constructors Constructor Description NIOReader()
-
Method Summary
-
Methods inherited from class java.io.Reader
close, mark, markSupported, nullReader, read, read, read, read, ready, 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.InputSource
isFinished, isReady, notifyAvailable, notifyAvailable, readyData
-
-