| Package | Description |
|---|---|
| org.apache.coyote | |
| org.apache.coyote.http11 | |
| org.apache.coyote.http11.filters |
| Modifier and Type | Method and Description |
|---|---|
InputBuffer |
Request.getInputBuffer() |
| Modifier and Type | Method and Description |
|---|---|
void |
Request.setInputBuffer(InputBuffer inputBuffer) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InputFilter
Input filter interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InternalInputBuffer
Implementation of InputBuffer which provides HTTP request header parsing as
well as transfer decoding.
|
protected class |
InternalInputBuffer.InputStreamInputBuffer
This class is an input buffer which will read its data from an input
stream.
|
| Modifier and Type | Field and Description |
|---|---|
protected InputBuffer |
InternalInputBuffer.inputStreamInputBuffer
Underlying input buffer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InputFilter.setBuffer(InputBuffer buffer)
Set the next buffer in the filter pipeline.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BufferedInputFilter
Input filter responsible for reading and buffering the request body, so that
it does not interfere with client SSL handshake messages.
|
class |
ChunkedInputFilter
Chunked input filter.
|
class |
IdentityInputFilter
Identity input filter.
|
class |
VoidInputFilter
Void input filter, which returns -1 when attempting a read.
|
| Modifier and Type | Field and Description |
|---|---|
protected InputBuffer |
ChunkedInputFilter.buffer
Next buffer in the pipeline.
|
protected InputBuffer |
IdentityInputFilter.buffer
Next buffer in the pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BufferedInputFilter.setBuffer(InputBuffer buffer) |
void |
ChunkedInputFilter.setBuffer(InputBuffer buffer)
Set the next buffer in the filter pipeline.
|
void |
IdentityInputFilter.setBuffer(InputBuffer buffer)
Set the next buffer in the filter pipeline.
|
void |
VoidInputFilter.setBuffer(InputBuffer buffer)
Set the next buffer in the filter pipeline.
|
Copyright © 2005–2017 Oracle Corporation. All rights reserved.