MCPcopy Create free account
hub / github.com/apache/tomcat / getThreadId

Method getThreadId

java/org/apache/coyote/Request.java:1156–1158  ·  view source on GitHub ↗

Return the thread ID. @return the thread ID

()

Source from the content-addressed store, hash-verified

1154 * @return the thread ID
1155 */
1156 public long getThreadId() {
1157 return threadId;
1158 }
1159
1160 /**
1161 * Clear the request thread ID.

Callers 1

getThreadDumpHeaderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected