Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ isAck
Method
isAck
java/org/apache/coyote/http2/Flags.java:31–33 ·
view source on GitHub ↗
(int flags)
Source
from the content-addressed store, hash-verified
29
30
31
static
boolean isAck(
int
flags) {
32
return
(flags & 0x01) != 0;
33
}
34
35
36
static
boolean isEndOfHeaders(
int
flags) {
Callers
2
readSettingsFrame
Method · 0.95
readPingFrame
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected