Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/tomcat
/ getIdAsInt
Method
getIdAsInt
java/org/apache/coyote/http2/AbstractStream.java:80–82 ·
view source on GitHub ↗
@return the stream identifier
()
Source
from the content-addressed store, hash-verified
78
* @
return
the stream identifier
79
*/
80
final
int
getIdAsInt() {
81
return
identifier.intValue();
82
}
83
84
85
/**
Callers
15
doWriteHeaders
Method · 0.80
writeBody
Method · 0.80
writeWindowUpdate
Method · 0.80
setting
Method · 0.80
doStreamCancel
Method · 0.80
emitHeader
Method · 0.80
parseAuthority
Method · 0.80
compareAuthority
Method · 0.80
receivedEndOfHeaders
Method · 0.80
receivedStartOfHeaders
Method · 0.80
receivedData
Method · 0.80
receivedEndOfStream
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected