Uses of Interface
org.apache.coyote.http11.OutputFilter

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

Uses of OutputFilter in org.apache.coyote.http11
 

Fields in org.apache.coyote.http11 declared as OutputFilter
protected  OutputFilter[] InternalOutputBuffer.activeFilters
          Active filter (which is actually the top of the pipeline).
protected  OutputFilter[] InternalOutputBuffer.filterLibrary
          Filter library.
 

Methods in org.apache.coyote.http11 that return OutputFilter
 OutputFilter[] InternalOutputBuffer.getFilters()
          Get filters.
 

Methods in org.apache.coyote.http11 with parameters of type OutputFilter
 void InternalOutputBuffer.addActiveFilter(OutputFilter filter)
          Add an output filter to the filter library.
 void InternalOutputBuffer.addFilter(OutputFilter filter)
          Add an output filter to the filter library.
 

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

Classes in org.apache.coyote.http11.filters that implement OutputFilter
 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.
 



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