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

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

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

Fields in org.glassfish.grizzly.http.server declared as NIOOutputStream
protected  NIOOutputStream Response.outputStream
          The associated output stream.
 

Methods in org.glassfish.grizzly.http.server that return NIOOutputStream
 NIOOutputStream Response.createOutputStream()
          Create and return a ServletOutputStream to write the content associated with this Response.
 NIOOutputStream Response.getOutputStream()
          Return the servlet output stream associated with this Response.
 



Copyright © 2010 Oracle Corpration. All Rights Reserved.