Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/tomcat
/ getConnectionId
Method
getConnectionId
java/org/apache/coyote/http2/Stream.java:691–694 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
689
690
691
@Override
692
final
String getConnectionId() {
693
return
handler.getConnectionId();
694
}
695
696
697
final
Request getCoyoteRequest() {
Callers
12
receiveReset
Method · 0.95
reserveWindowSize
Method · 0.95
emitHeader
Method · 0.95
parseAuthority
Method · 0.95
compareAuthority
Method · 0.95
receivedEndOfHeaders
Method · 0.95
receivedStartOfHeaders
Method · 0.95
receivedData
Method · 0.95
receivedEndOfStream
Method · 0.95
close
Method · 0.95
replace
Method · 0.95
recycle
Method · 0.95
Calls
1
getConnectionId
Method · 0.65
Tested by
no test coverage detected