| Package | Description |
|---|---|
| org.apache.coyote | |
| org.apache.coyote.http11 | |
| org.apache.coyote.http11.filters |
| Modifier and Type | Method and Description |
|---|---|
Response |
Request.getResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
Adapter.afterService(Request req,
Response res)
Finish the response and recycle the request/response tokens.
|
int |
OutputBuffer.doWrite(ByteChunk chunk,
Response response)
Writes the response.
|
void |
Adapter.service(Request req,
Response res)
Call the service method, and notify all listeners
|
void |
Request.setResponse(Response response) |
| Modifier and Type | Field and Description |
|---|---|
protected Response |
Http11Processor.response
Response object.
|
protected Response |
InternalOutputBuffer.response
Associated Coyote response.
|
| Modifier and Type | Method and Description |
|---|---|
int |
InternalOutputBuffer.doWrite(ByteChunk chunk,
Response res)
Write the contents of a byte chunk.
|
int |
InternalOutputBuffer.OutputStreamOutputBuffer.doWrite(ByteChunk chunk,
Response res)
Write chunk.
|
int |
OutputFilter.doWrite(ByteChunk chunk,
Response unused)
Write some bytes.
|
void |
OutputFilter.setResponse(Response response)
Some filters need additional parameters from the response.
|
| Constructor and Description |
|---|
InternalOutputBuffer(Response response)
Default constructor.
|
InternalOutputBuffer(Response response,
int headerBufferSize)
Alternate constructor.
|
InternalOutputBuffer(Response response,
int headerBufferSize,
boolean useSocketBuffer)
Create a new InternalOutputBuffer and configure the enable/disable the
socketBuffer mechanism.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ChunkedOutputFilter.doWrite(ByteChunk chunk,
Response res)
Write some bytes.
|
int |
GzipOutputFilter.doWrite(ByteChunk chunk,
Response res)
Write some bytes.
|
int |
IdentityOutputFilter.doWrite(ByteChunk chunk,
Response res)
Write some bytes.
|
int |
VoidOutputFilter.doWrite(ByteChunk chunk,
Response res)
Write some bytes.
|
void |
ChunkedOutputFilter.setResponse(Response response)
Some filters need additional parameters from the response.
|
void |
GzipOutputFilter.setResponse(Response response)
Some filters need additional parameters from the response.
|
void |
IdentityOutputFilter.setResponse(Response response)
Some filters need additional parameters from the response.
|
void |
VoidOutputFilter.setResponse(Response response)
Some filters need additional parameters from the response.
|
Copyright © 2005–2017 Oracle Corporation. All rights reserved.