org.glassfish.grizzly.http.server.io
Class NIOReader

java.lang.Object
  extended by java.io.Reader
      extended by org.glassfish.grizzly.http.server.io.NIOReader
All Implemented Interfaces:
java.io.Closeable, java.lang.Readable, NIOInputSource

public abstract class NIOReader
extends java.io.Reader
implements NIOInputSource

Character stream implementation used to read character-based request content.

Since:
2.0

Field Summary
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
NIOReader()
           
 
Method Summary
 
Methods inherited from class java.io.Reader
close, mark, markSupported, read, read, read, read, ready, reset, skip
 
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.server.io.NIOInputSource
isFinished, isReady, notifyAvailable, notifyAvailable, readyData
 

Constructor Detail

NIOReader

public NIOReader()


Copyright © 2011 Oracle Corpration. All Rights Reserved.