Save This Page
Home » apache-tomcat-6.0.16-src » org.apache » coyote » http11 » [javadoc | source]
org.apache.coyote.http11
protected class: InternalInputBuffer.InputStreamInputBuffer [javadoc | source]
java.lang.Object
   org.apache.coyote.http11.InternalInputBuffer$InputStreamInputBuffer

All Implemented Interfaces:
    InputBuffer

This class is an input buffer which will read its data from an input stream.
Method from org.apache.coyote.http11.InternalInputBuffer$InputStreamInputBuffer Summary:
doRead
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.coyote.http11.InternalInputBuffer$InputStreamInputBuffer Detail:
 public int doRead(ByteChunk chunk,
    Request req) throws IOException 
    Read bytes into the specified chunk.