java.lang.Object
java.io.Reader
org.glassfish.grizzly.http.io.NIOReader
- All Implemented Interfaces:
Closeable,AutoCloseable,Readable,org.glassfish.grizzly.InputSource
Character stream implementation used to read character-based request content.
- Since:
- 2.0
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.Reader
close, mark, markSupported, nullReader, read, read, read, read, ready, reset, skip, transferToMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.glassfish.grizzly.InputSource
isFinished, isReady, notifyAvailable, notifyAvailable, readyData
-
Constructor Details
-
NIOReader
public NIOReader()
-