Package | Description |
---|---|
org.apache.coyote | |
org.apache.coyote.ajp | |
org.apache.coyote.http11 | |
org.apache.coyote.http11.filters | |
org.apache.coyote.memory |
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 | Class and Description |
---|---|
protected class |
AjpAprProcessor.SocketOutputBuffer
This class is an output buffer which will write data to an output
stream.
|
protected class |
AjpProcessor.SocketOutputBuffer
This class is an output buffer which will write data to an output
stream.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OutputFilter
Output filter.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractInternalOutputBuffer
AbstractInternalOutputBuffer
Created on Jan 10, 2012 at 12:08:51 PM |
class |
InternalAprOutputBuffer
Output buffer.
|
protected class |
InternalAprOutputBuffer.SocketOutputBuffer
This class is an output buffer which will write data to an output
stream.
|
class |
InternalNioOutputBuffer
InternalNioOutputBuffer
Created on Dec 16, 2011 at 9:15:05 AM |
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 |
AbstractInternalOutputBuffer.outputBuffer
Underlying output buffer.
|
protected OutputBuffer |
InternalOutputBuffer.outputStreamOutputBuffer
Underlying output buffer.
|
protected OutputBuffer |
InternalAprOutputBuffer.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 |
IdentityOutputFilter.buffer
Next buffer in the pipeline.
|
protected OutputBuffer |
GzipOutputFilter.buffer
Next buffer in the pipeline.
|
protected OutputBuffer |
VoidOutputFilter.buffer
Next buffer in the pipeline.
|
protected OutputBuffer |
ChunkedOutputFilter.buffer
Next buffer in the pipeline.
|
Modifier and Type | Method and Description |
---|---|
void |
IdentityOutputFilter.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 |
VoidOutputFilter.setBuffer(OutputBuffer buffer)
Set the next buffer in the filter pipeline.
|
void |
ChunkedOutputFilter.setBuffer(OutputBuffer buffer)
Set the next buffer in the filter pipeline.
|
Modifier and Type | Class and Description |
---|---|
protected class |
MemoryProtocolHandler.ByteChunkOutputBuffer |
Copyright © 2014 JBoss by Red Hat. All rights reserved.