org.apache.coyote.http11.filters
public class BufferedInputFilter extends Object implements InputFilter
| Method Summary | |
|---|---|
| int | available() |
| int | doRead(ByteChunk chunk, Request request)
Fills the given ByteChunk with the buffered request body. |
| long | end() |
| ByteChunk | getEncodingName() |
| void | recycle() |
| void | setBuffer(InputBuffer buffer) |
| void | setLimit(int limit)
Set the buffering limit. |
| void | setRequest(Request request)
Reads the request body and buffers it. |