|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||