Uses of Interface
org.apache.coyote.OutputBuffer

Packages that use OutputBuffer
com.sun.enterprise.web.connector.grizzly   
com.sun.enterprise.web.connector.grizzly.async   
com.sun.enterprise.web.connector.grizzly.ssl   
org.apache.coyote   
org.apache.coyote.http11   
org.apache.coyote.http11.filters   
 

Uses of OutputBuffer in com.sun.enterprise.web.connector.grizzly
 

Classes in com.sun.enterprise.web.connector.grizzly that implement OutputBuffer
 class SocketChannelOutputBuffer
          Output buffer.
 

Uses of OutputBuffer in com.sun.enterprise.web.connector.grizzly.async
 

Classes in com.sun.enterprise.web.connector.grizzly.async that implement OutputBuffer
 class AsynchronousOutputBuffer
          Thread-Safe SocketChannelOutputBuffer used when Comet is used.
 

Uses of OutputBuffer in com.sun.enterprise.web.connector.grizzly.ssl
 

Classes in com.sun.enterprise.web.connector.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 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 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 org.apache.coyote.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 © 2005-2015 Oracle Corporation. All Rights Reserved.