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

java.lang.Object
  extended by java.io.InputStream
      extended by org.glassfish.grizzly.http.server.io.NIOInputStream
All Implemented Interfaces:
java.io.Closeable, BinaryNIOInputSource, NIOInputSource

public abstract class NIOInputStream
extends java.io.InputStream
implements BinaryNIOInputSource

Stream implementation to read binary request content.

Since:
2.0

Constructor Summary
NIOInputStream()
           
 
Method Summary
 
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, read, read, read, 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.BinaryNIOInputSource
getBuffer, readBuffer
 
Methods inherited from interface org.glassfish.grizzly.http.server.io.NIOInputSource
isFinished, isReady, notifyAvailable, notifyAvailable, readyData
 

Constructor Detail

NIOInputStream

public NIOInputStream()


Copyright © 2011 Oracle Corpration. All Rights Reserved.