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

All Implemented Interfaces:
    InputBuffer

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