org.apache.coyote.memory
protected class: MemoryProtocolHandler.ByteChunkInputBuffer [javadoc |
source]
java.lang.Object
org.apache.coyote.memory.MemoryProtocolHandler$ByteChunkInputBuffer
All Implemented Interfaces:
InputBuffer
| Field Summary |
|---|
| protected ByteChunk | input | |
| Method from org.apache.coyote.memory.MemoryProtocolHandler$ByteChunkInputBuffer Summary: |
|---|
|
doRead |
| Method from org.apache.coyote.memory.MemoryProtocolHandler$ByteChunkInputBuffer Detail: |
public int doRead(ByteChunk chunk,
Request request) throws IOException {
return input.substract(chunk);
}
|