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

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

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

Fields in org.glassfish.grizzly.http.server declared as OutputBuffer
protected  OutputBuffer Response.outputBuffer
          The associated output buffer.
 

Methods in org.glassfish.grizzly.http.server that return OutputBuffer
 OutputBuffer Response.getOutputBuffer()
           
 

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

Constructors in org.glassfish.grizzly.http.server.io with parameters of type OutputBuffer
NIOOutputStream(OutputBuffer outputBuffer)
           
NIOWriter(OutputBuffer outputBuffer)
           
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.