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

Method getRequestURI

java/org/apache/catalina/connector/Request.java:2204–2207  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2202
2203
2204 @Override
2205 public String getRequestURI() {
2206 return coyoteRequest.requestURI().toStringType();
2207 }
2208
2209
2210 @Override

Callers 4

runValveMethod · 0.95
dispatchMethod · 0.95
logDebugMethod · 0.95
getContextPathMethod · 0.95

Calls 2

toStringTypeMethod · 0.80
requestURIMethod · 0.80

Tested by 1

runValveMethod · 0.76