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

Packages that use NIOInputStream
org.glassfish.grizzly.http.server   
 

Uses of NIOInputStream in org.glassfish.grizzly.http.server
 

Fields in org.glassfish.grizzly.http.server declared as NIOInputStream
protected  NIOInputStream Request.inputStream
          NIOInputStream.
 

Methods in org.glassfish.grizzly.http.server that return NIOInputStream
 NIOInputStream Request.createInputStream()
          Create and return a NIOInputStream to read the content associated with this Request.
 NIOInputStream Request.getInputStream(boolean blocking)
          Return the servlet input stream for this Request.
 



Copyright © 2010 Oracle Corpration. All Rights Reserved.