MCPcopy Create free account
hub / github.com/apache/tomcat / doRead

Method doRead

java/org/apache/coyote/InputBuffer.java:39–39  ·  view source on GitHub ↗

Read from the input stream into the ByteBuffer provided by the ApplicationBufferHandler. IMPORTANT: the current model assumes that the protocol will 'own' the ByteBuffer and return a pointer to it. @param handler ApplicationBufferHandler that provides the buffer to read data into. @return The numb

(ApplicationBufferHandler handler)

Source from the content-addressed store, hash-verified

37 * @throws IOException If an I/O error occurs reading from the input stream
38 */
39 int doRead(ApplicationBufferHandler handler) throws IOException;
40
41
42 /**

Callers 12

doReadMethod · 0.65
doReadMethod · 0.65
cloneRequestMethod · 0.65
doReadMethod · 0.65
endMethod · 0.65
setRequestMethod · 0.65
readBytesMethod · 0.65
doReadMethod · 0.65
realReadBytesMethod · 0.65

Implementers 11

Http11InputBufferjava/org/apache/coyote/http11/Http11In
SocketInputBufferjava/org/apache/coyote/http11/Http11In
SocketInputBufferjava/org/apache/coyote/ajp/AjpProcesso
IdentityInputFilterjava/org/apache/coyote/http11/filters/
BufferedInputFilterjava/org/apache/coyote/http11/filters/
VoidInputFilterjava/org/apache/coyote/http11/filters/
ChunkedInputFilterjava/org/apache/coyote/http11/filters/
SavedRequestInputFilterjava/org/apache/coyote/http11/filters/
StandardStreamInputBufferjava/org/apache/coyote/http2/Stream.ja
SavedRequestStreamInputBufferjava/org/apache/coyote/http2/Stream.ja
StreamInputBufferjava/org/apache/coyote/http2/Stream.ja

Calls

no outgoing calls