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

Method getRequestPathMB

java/org/apache/catalina/connector/Request.java:2193–2195  ·  view source on GitHub ↗

Get the request path. @return the request path

()

Source from the content-addressed store, hash-verified

2191 * @return the request path
2192 */
2193 public MessageBytes getRequestPathMB() {
2194 return mappingData.requestPath;
2195 }
2196
2197
2198 @Override

Callers 8

invokeMethod · 0.45
invokeMethod · 0.45
resolveMethod · 0.45
invokeMethod · 0.45
invokeMethod · 0.45
invokeMethod · 0.45
getMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected