MCPcopy Index your code
hub / github.com/apache/tomcat / end

Method end

java/org/apache/coyote/http11/InputFilter.java:70–70  ·  view source on GitHub ↗

End the current request. @return 0 is the expected return value. A positive value indicates that too many bytes were read. This method is allowed to use buffer.doRead to consume extra bytes. The result of this method can't be negative (if an error happens, an IOException sho

()

Source from the content-addressed store, hash-verified

68 * @throws IOException If an error happens
69 */
70 long end() throws IOException;
71
72
73 /**

Callers 15

testEndObjectIsPoppedMethod · 0.65
onTimeoutMethod · 0.65
SimpleAjpClientClass · 0.65
closeMethod · 0.65
endMethod · 0.65
endMethod · 0.65
completedMethod · 0.65
failedMethod · 0.65
endRequestMethod · 0.65
endMethod · 0.65
endRequestMethod · 0.65
finishResponseMethod · 0.65

Implementers 5

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/

Calls

no outgoing calls

Tested by 2

testEndObjectIsPoppedMethod · 0.52
onTimeoutMethod · 0.52