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

Method localName

java/org/apache/coyote/Request.java:518–520  ·  view source on GitHub ↗

Return the local name. @return the local name

()

Source from the content-addressed store, hash-verified

516 * @return the local name
517 */
518 public MessageBytes localName() {
519 return localNameMB;
520 }
521
522 /**
523 * Return the local address.

Callers 6

actionMethod · 0.80
prepareRequestMethod · 0.80
populateHostMethod · 0.80
invokeMethod · 0.80
getLocalNameMethod · 0.80
postParseRequestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected