MCPcopy Index your code
hub / github.com/apache/tomcat / getRequestProcessor

Method getRequestProcessor

java/org/apache/coyote/Request.java:1312–1314  ·  view source on GitHub ↗

Return the request processor info. @return the request processor info

()

Source from the content-addressed store, hash-verified

1310 * @return the request processor info
1311 */
1312 public RequestInfo getRequestProcessor() {
1313 return reqProcessorMX;
1314 }
1315
1316 /**
1317 * Return the number of bytes read.

Callers 11

setRequestThreadMethod · 0.95
unregisterMethod · 0.95
dispatchMethod · 0.80
registerMethod · 0.80
serviceMethod · 0.80
recycleMethod · 0.80
serviceMethod · 0.80
addElementMethod · 0.80
logDebugMethod · 0.80
asyncDispatchMethod · 0.80
serviceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected