Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/tomcat
/ getIdByte
Method
getIdByte
java/org/apache/coyote/http2/FrameType.java:63–65 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
61
62
63
byte getIdByte() {
64
return
(byte) id;
65
}
66
67
68
void
check(
int
streamId,
int
payloadSize) throws Http2Exception {
Callers
15
testWindowUpdateWrongLength
Method · 0.80
populateFrameHeader
Method · 0.80
testNotFound
Method · 0.80
testSettingsFrameWrongLength
Method · 0.80
testPriorityFrameWrongLength
Method · 0.80
buildGetRequest
Method · 0.80
buildSimpleGetRequestPart1
Method · 0.80
buildSimpleGetRequestPart2
Method · 0.80
buildPostRequest
Method · 0.80
buildTrailerHeaders
Method · 0.80
buildHeadRequest
Method · 0.80
sendRst
Method · 0.80
Calls
no outgoing calls
Tested by
15
testWindowUpdateWrongLength
Method · 0.64
populateFrameHeader
Method · 0.64
testNotFound
Method · 0.64
testSettingsFrameWrongLength
Method · 0.64
testPriorityFrameWrongLength
Method · 0.64
buildGetRequest
Method · 0.64
buildSimpleGetRequestPart1
Method · 0.64
buildSimpleGetRequestPart2
Method · 0.64
buildPostRequest
Method · 0.64
buildTrailerHeaders
Method · 0.64
buildHeadRequest
Method · 0.64
sendRst
Method · 0.64