Uses of Interface
org.apache.coyote.OutputBuffer

Packages that use OutputBuffer
org.apache.coyote   
org.apache.coyote.http11   
org.apache.coyote.http11.filters   
 

Uses of OutputBuffer in org.apache.coyote
 

Fields in org.apache.coyote declared as OutputBuffer
protected  OutputBuffer Response.outputBuffer
          Associated output buffer.
 

Methods in org.apache.coyote that return OutputBuffer
 OutputBuffer Response.getOutputBuffer()
           
 

Methods in org.apache.coyote with parameters of type OutputBuffer
 void Response.setOutputBuffer(OutputBuffer outputBuffer)
           
 

Uses of OutputBuffer in org.apache.coyote.http11
 

Subinterfaces of OutputBuffer in org.apache.coyote.http11
 interface OutputFilter
          Output filter.
 

Classes in org.apache.coyote.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.apache.coyote.http11 declared as OutputBuffer
protected  OutputBuffer InternalOutputBuffer.outputStreamOutputBuffer
          Underlying output buffer.
 

Methods in org.apache.coyote.http11 with parameters of type OutputBuffer
 void OutputFilter.setBuffer(OutputBuffer buffer)
          Set the next buffer in the filter pipeline.
 

Uses of OutputBuffer in org.apache.coyote.http11.filters
 

Classes in org.apache.coyote.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.apache.coyote.http11.filters declared as OutputBuffer
protected  OutputBuffer GzipOutputFilter.buffer
          Next buffer in the pipeline.
protected  OutputBuffer ChunkedOutputFilter.buffer
          Next buffer in the pipeline.
protected  OutputBuffer VoidOutputFilter.buffer
          Next buffer in the pipeline.
protected  OutputBuffer IdentityOutputFilter.buffer
          Next buffer in the pipeline.
 

Methods in org.apache.coyote.http11.filters with parameters of type OutputBuffer
 void GzipOutputFilter.setBuffer(OutputBuffer buffer)
          Set the next buffer in the filter pipeline.
 void ChunkedOutputFilter.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 IdentityOutputFilter.setBuffer(OutputBuffer buffer)
          Set the next buffer in the filter pipeline.
 



Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.