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

Method getVirtualHost

java/org/apache/coyote/RequestInfo.java:124–126  ·  view source on GitHub ↗

Return the virtual host. @return the virtual host

()

Source from the content-addressed store, hash-verified

122 * @return the virtual host
123 */
124 public String getVirtualHost() {
125 return req.serverName().toString();
126 }
127
128 /**
129 * Return the server port.

Callers

nothing calls this directly

Calls 2

serverNameMethod · 0.80
toStringMethod · 0.65

Tested by

no test coverage detected