| Package | Description |
|---|---|
| org.apache.coyote.http11 | |
| org.apache.coyote.http11.filters |
| Modifier and Type | Field and Description |
|---|---|
protected OutputFilter[] |
InternalOutputBuffer.activeFilters
Active filter (which is actually the top of the pipeline).
|
protected OutputFilter[] |
InternalOutputBuffer.filterLibrary
Filter library.
|
| Modifier and Type | Method and Description |
|---|---|
OutputFilter[] |
InternalOutputBuffer.getFilters()
Get filters.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
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–2017 Oracle Corporation. All rights reserved.