| Package | Description |
|---|---|
| org.apache.coyote | |
| org.apache.coyote.http11 | |
| org.apache.coyote.http11.filters |
| Modifier and Type | Field and Description |
|---|---|
protected OutputBuffer |
Response.outputBuffer
Associated output buffer.
|
| Modifier and Type | Method and Description |
|---|---|
OutputBuffer |
Response.getOutputBuffer() |
| Modifier and Type | Method and Description |
|---|---|
void |
Response.setOutputBuffer(OutputBuffer outputBuffer) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OutputFilter
Output filter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InternalOutputBuffer
Output buffer.
|
protected class |
InternalOutputBuffer.OutputStreamOutputBuffer
This class is an output buffer which will write data to an output
stream.
|
| Modifier and Type | Field and Description |
|---|---|
protected OutputBuffer |
InternalOutputBuffer.outputStreamOutputBuffer
Underlying output buffer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OutputFilter.setBuffer(OutputBuffer buffer)
Set the next buffer in the filter pipeline.
|
| 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.
|
| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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–2017 Oracle Corporation. All rights reserved.