MCPcopy 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

receiveResetMethod · 0.95
reserveWindowSizeMethod · 0.95
emitHeaderMethod · 0.95
parseAuthorityMethod · 0.95
compareAuthorityMethod · 0.95
receivedEndOfHeadersMethod · 0.95
receivedDataMethod · 0.95
receivedEndOfStreamMethod · 0.95
closeMethod · 0.95
replaceMethod · 0.95
recycleMethod · 0.95

Calls 1

getConnectionIdMethod · 0.65

Tested by

no test coverage detected