| Package | Description |
|---|---|
| org.apache.coyote | |
| org.apache.coyote.http11 | |
| org.apache.coyote.http11.filters |
| Modifier and Type | Field and Description |
|---|---|
protected Request |
Response.req |
| Modifier and Type | Method and Description |
|---|---|
Request |
Response.getRequest() |
| Modifier and Type | Method and Description |
|---|---|
void |
Adapter.afterService(Request req,
Response res)
Finish the response and recycle the request/response tokens.
|
int |
InputBuffer.doRead(ByteChunk chunk,
Request request)
Return from the input stream.
|
void |
Adapter.service(Request req,
Response res)
Call the service method, and notify all listeners
|
void |
Response.setRequest(Request req) |
| Constructor and Description |
|---|
RequestInfo(Request req)
Constructor
|
| Modifier and Type | Field and Description |
|---|---|
protected Request |
Http11Processor.request
Request object.
|
protected Request |
InternalInputBuffer.request
Associated Coyote request.
|
| Modifier and Type | Method and Description |
|---|---|
Request |
Http11Processor.getRequest()
Get the request associated with this processor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
InputFilter.doRead(ByteChunk chunk,
Request unused)
Read bytes.
|
int |
InternalInputBuffer.doRead(ByteChunk chunk,
Request req)
Read some bytes.
|
int |
InternalInputBuffer.InputStreamInputBuffer.doRead(ByteChunk chunk,
Request req)
Read bytes into the specified chunk.
|
void |
InputFilter.setRequest(Request request)
Some filters need additional parameters from the request.
|
| Constructor and Description |
|---|
InternalInputBuffer(Request request)
Default constructor.
|
InternalInputBuffer(Request request,
int headerBufferSize)
Alternate constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
BufferedInputFilter.doRead(ByteChunk chunk,
Request request)
Fills the given ByteChunk with the buffered request body.
|
int |
ChunkedInputFilter.doRead(ByteChunk chunk,
Request req)
Read bytes.
|
int |
IdentityInputFilter.doRead(ByteChunk chunk,
Request req)
Read bytes.
|
int |
VoidInputFilter.doRead(ByteChunk chunk,
Request req)
Write some bytes.
|
void |
BufferedInputFilter.setRequest(Request request)
Reads the request body and buffers it.
|
void |
ChunkedInputFilter.setRequest(Request request)
Read the content length from the request.
|
void |
IdentityInputFilter.setRequest(Request request)
Read the content length from the request.
|
void |
VoidInputFilter.setRequest(Request request)
Set the associated reauest.
|
Copyright © 2005–2017 Oracle Corporation. All rights reserved.