Uses of Interface
com.sun.grizzly.tcp.OutputBuffer

Packages that use OutputBuffer
com.sun.grizzly.http   
com.sun.grizzly.ssl   
com.sun.grizzly.tcp   
com.sun.grizzly.tcp.http11   
com.sun.grizzly.tcp.http11.filters   
 

Uses of OutputBuffer in com.sun.grizzly.http
 

Classes in com.sun.grizzly.http that implement OutputBuffer
 class SocketChannelOutputBuffer
          Output buffer.
 

Uses of OutputBuffer in com.sun.grizzly.ssl
 

Classes in com.sun.grizzly.ssl that implement OutputBuffer
 class SSLAsyncOutputBuffer
          Buffer the bytes until the ByteChunk is full or the request is completed, and then delegate the SSL encryption to class SSLOutputBuffer
 class SSLOutputBuffer
          Buffer the bytes until the ByteChunk is full or the request is completed, and then delegate the SSL encryption to class SSLOutputBuffer
 

Uses of OutputBuffer in com.sun.grizzly.tcp
 

Fields in com.sun.grizzly.tcp declared as OutputBuffer
protected  OutputBuffer Response.outputBuffer
          Associated output buffer.
 

Methods in com.sun.grizzly.tcp that return OutputBuffer
 OutputBuffer Response.getOutputBuffer()
           
 

Methods in com.sun.grizzly.tcp with parameters of type OutputBuffer
 void Response.setOutputBuffer(OutputBuffer outputBuffer)
           
 

Uses of OutputBuffer in com.sun.grizzly.tcp.http11
 

Subinterfaces of OutputBuffer in com.sun.grizzly.tcp.http11
 interface OutputFilter
          Output filter.
 

Classes in com.sun.grizzly.tcp.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 com.sun.grizzly.tcp.http11 declared as OutputBuffer
protected  OutputBuffer InternalOutputBuffer.outputStreamOutputBuffer
          Underlying output buffer.
 

Methods in com.sun.grizzly.tcp.http11 with parameters of type OutputBuffer
 void OutputFilter.setBuffer(OutputBuffer buffer)
          Set the next buffer in the filter pipeline.
 

Uses of OutputBuffer in com.sun.grizzly.tcp.http11.filters
 

Classes in com.sun.grizzly.tcp.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 com.sun.grizzly.tcp.http11.filters declared as OutputBuffer
protected  OutputBuffer ChunkedOutputFilter.buffer
          Next buffer in the pipeline.
protected  OutputBuffer GzipOutputFilter.buffer
          Next buffer in the pipeline.
protected  OutputBuffer IdentityOutputFilter.buffer
          Next buffer in the pipeline.
protected  OutputBuffer VoidOutputFilter.buffer
          Next buffer in the pipeline.
 

Methods in com.sun.grizzly.tcp.http11.filters with parameters of type OutputBuffer
 void ChunkedOutputFilter.setBuffer(OutputBuffer buffer)
          Set the next buffer in the filter pipeline.
 void GzipOutputFilter.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.
 



Copyright © 2008 SUN Microsystems. All Rights Reserved.