Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
doRead
Method · 0.80
isRequestBodyFullyRead
Method · 0.80
process
Method · 0.80
Calls
1
isFrameTypePermitted
Method · 0.45
Tested by
no test coverage detected