|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.coyote.http11.InternalInputBuffer.InputStreamInputBuffer
This class is an input buffer which will read its data from an input stream.
Constructor Summary | |
protected |
InternalInputBuffer.InputStreamInputBuffer()
|
Method Summary | |
int |
doRead(org.apache.tomcat.util.buf.ByteChunk chunk,
org.apache.coyote.Request req)
Read bytes into the specified chunk. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected InternalInputBuffer.InputStreamInputBuffer()
Method Detail |
public int doRead(org.apache.tomcat.util.buf.ByteChunk chunk, org.apache.coyote.Request req) throws java.io.IOException
doRead
in interface org.apache.coyote.InputBuffer
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |