MCPcopy 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

doWriteHeadersMethod · 0.80
writeBodyMethod · 0.80
writeWindowUpdateMethod · 0.80
settingMethod · 0.80
doStreamCancelMethod · 0.80
emitHeaderMethod · 0.80
parseAuthorityMethod · 0.80
compareAuthorityMethod · 0.80
receivedEndOfHeadersMethod · 0.80
receivedDataMethod · 0.80
receivedEndOfStreamMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected