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 | Method and Description |
---|---|
InputBuffer |
Request.getInputBuffer() |
Modifier and Type | Method and Description |
---|---|
void |
Request.setInputBuffer(InputBuffer inputBuffer) |
Modifier and Type | Class and Description |
---|---|
protected class |
AjpAprProcessor.SocketInputBuffer
This class is an input buffer which will read its data from an input
stream.
|
protected class |
AjpProcessor.SocketInputBuffer
This class is an input buffer which will read its data from an input
stream.
|
Modifier and Type | Interface and Description |
---|---|
interface |
InputFilter
Input filter interface.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractInternalInputBuffer
AbstractInternalInputBuffer
Created on Jan 10, 2012 at 10:31:06 AM |
class |
InternalAprInputBuffer
Implementation of InputBuffer which provides HTTP request header parsing as
well as transfer decoding.
|
protected class |
InternalAprInputBuffer.SocketInputBuffer
This class is an input buffer which will read its data from an input
stream.
|
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.
|
class |
InternalNioInputBuffer
InternalNioInputBuffer |
protected class |
InternalNioInputBuffer.InputBufferImpl
This class is an input buffer which will read its data from an input
stream.
|
Modifier and Type | Field and Description |
---|---|
protected InputBuffer |
AbstractInternalInputBuffer.inputBuffer
Underlying input buffer.
|
protected InputBuffer |
InternalAprInputBuffer.inputStreamInputBuffer
Underlying input buffer.
|
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 |
SavedRequestInputFilter
Input filter responsible for replaying the request body when restoring the
saved request after FORM authentication.
|
class |
VoidInputFilter
Void input filter, which returns -1 when attempting a read.
|
Modifier and Type | Field and Description |
---|---|
protected InputBuffer |
IdentityInputFilter.buffer
Next buffer in the pipeline.
|
protected InputBuffer |
ChunkedInputFilter.buffer
Next buffer in the pipeline.
|
Modifier and Type | Method and Description |
---|---|
void |
BufferedInputFilter.setBuffer(InputBuffer buffer) |
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.
|
void |
SavedRequestInputFilter.setBuffer(InputBuffer buffer)
Set the next buffer in the filter pipeline (has no effect).
|
void |
ChunkedInputFilter.setBuffer(InputBuffer buffer)
Set the next buffer in the filter pipeline.
|
Modifier and Type | Class and Description |
---|---|
protected class |
MemoryProtocolHandler.ByteChunkInputBuffer |
Copyright © 2013 JBoss by Red Hat. All rights reserved.