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

Method isInputFinished

java/org/apache/coyote/http2/Stream.java:813–815  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

811
812
813 final boolean isInputFinished() {
814 return !state.isFrameTypePermitted(FrameType.DATA);
815 }
816
817
818 final void close(Http2Exception http2Exception) {

Callers 3

doReadMethod · 0.80
processMethod · 0.80

Calls 1

isFrameTypePermittedMethod · 0.45

Tested by

no test coverage detected