Uses of Interface
org.glassfish.grizzly.http.server.io.NIOInputSource

Packages that use NIOInputSource
org.glassfish.grizzly.http.server.io   
 

Uses of NIOInputSource in org.glassfish.grizzly.http.server.io
 

Subinterfaces of NIOInputSource in org.glassfish.grizzly.http.server.io
 interface BinaryNIOInputSource
          Adds the ability for binary based NIOInputSources to obtain the incoming Buffer directly without having to use intermediate objects to copy the data to.
 

Classes in org.glassfish.grizzly.http.server.io that implement NIOInputSource
 class NIOInputStream
          Stream implementation to read binary request content.
 class NIOReader
          Character stream implementation used to read character-based request content.
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.