Uses of Interface
org.glassfish.grizzly.web.container.OutputBuffer

Packages that use OutputBuffer
org.glassfish.grizzly.web   
org.glassfish.grizzly.web.arp   
org.glassfish.grizzly.web.container   
org.glassfish.grizzly.web.container.http11   
org.glassfish.grizzly.web.container.http11.filters   
 

Uses of OutputBuffer in org.glassfish.grizzly.web
 

Classes in org.glassfish.grizzly.web that implement OutputBuffer
 class SocketChannelOutputBuffer
          Output buffer.
 

Uses of OutputBuffer in org.glassfish.grizzly.web.arp
 

Classes in org.glassfish.grizzly.web.arp that implement OutputBuffer
 class AsynchronousOutputBuffer
          Thread-Safe SocketChannelOutputBuffer used when Comet is used.
 

Uses of OutputBuffer in org.glassfish.grizzly.web.container
 

Fields in org.glassfish.grizzly.web.container declared as OutputBuffer
protected  OutputBuffer Response.outputBuffer
          Associated output buffer.
 

Methods in org.glassfish.grizzly.web.container that return OutputBuffer
 OutputBuffer Response.getOutputBuffer()
           
 

Methods in org.glassfish.grizzly.web.container with parameters of type OutputBuffer
 void Response.setOutputBuffer(OutputBuffer outputBuffer)
           
 

Uses of OutputBuffer in org.glassfish.grizzly.web.container.http11
 

Subinterfaces of OutputBuffer in org.glassfish.grizzly.web.container.http11
 interface OutputFilter
          Output filter.
 

Classes in org.glassfish.grizzly.web.container.http11 that implement OutputBuffer
 class InternalOutputBuffer
          Output buffer.
protected  class InternalOutputBuffer.OutputStreamOutputBuffer
          This class is an output buffer which will write data to an output stream.
 

Fields in org.glassfish.grizzly.web.container.http11 declared as OutputBuffer
protected  OutputBuffer InternalOutputBuffer.outputStreamOutputBuffer
          Underlying output buffer.
 

Methods in org.glassfish.grizzly.web.container.http11 with parameters of type OutputBuffer
 void OutputFilter.setBuffer(OutputBuffer buffer)
          Set the next buffer in the filter pipeline.
 

Uses of OutputBuffer in org.glassfish.grizzly.web.container.http11.filters
 

Classes in org.glassfish.grizzly.web.container.http11.filters that implement OutputBuffer
 class ChunkedOutputFilter
          Chunked output filter.
 class GzipOutputFilter
          Gzip output filter.
 class IdentityOutputFilter
          Identity output filter.
 class VoidOutputFilter
          Void output filter, which silently swallows bytes written.
 

Fields in org.glassfish.grizzly.web.container.http11.filters declared as OutputBuffer
protected  OutputBuffer ChunkedOutputFilter.buffer
          Next buffer in the pipeline.
protected  OutputBuffer IdentityOutputFilter.buffer
          Next buffer in the pipeline.
protected  OutputBuffer VoidOutputFilter.buffer
          Next buffer in the pipeline.
protected  OutputBuffer GzipOutputFilter.buffer
          Next buffer in the pipeline.
 

Methods in org.glassfish.grizzly.web.container.http11.filters with parameters of type OutputBuffer
 void ChunkedOutputFilter.setBuffer(OutputBuffer buffer)
          Set the next buffer in the filter pipeline.
 void IdentityOutputFilter.setBuffer(OutputBuffer buffer)
          Set the next buffer in the filter pipeline.
 void VoidOutputFilter.setBuffer(OutputBuffer buffer)
          Set the next buffer in the filter pipeline.
 void GzipOutputFilter.setBuffer(OutputBuffer buffer)
          Set the next buffer in the filter pipeline.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.