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

Method requestURI

java/org/apache/coyote/Request.java:428–430  ·  view source on GitHub ↗

Return the request URI. @return the request URI

()

Source from the content-addressed store, hash-verified

426 * @return the request URI
427 */
428 public MessageBytes requestURI() {
429 return uriMB;
430 }
431
432 /**
433 * Return the decoded request URI.

Callers 14

toStringMethod · 0.95
cloneRequestMethod · 0.95
getCurrentUriMethod · 0.80
updateCountersMethod · 0.80
parseRequestLineMethod · 0.80
prepareRequestMethod · 0.80
emitHeaderMethod · 0.80
receivedEndOfHeadersMethod · 0.80
validateRequestMethod · 0.80
prepareRequestMethod · 0.80
invokeMethod · 0.80
restoreRequestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected