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

Method getRealHost

java/org/apache/catalina/mapper/Mapper.java:1617–1619  ·  view source on GitHub ↗

Get the real host. @return the real host

()

Source from the content-addressed store, hash-verified

1615 * @return the real host
1616 */
1617 public MappedHost getRealHost() {
1618 return realHost;
1619 }
1620
1621 /**
1622 * Get the real host name.

Callers 4

addHostAliasImplMethod · 0.95
removeHostAliasMethod · 0.95
testRemoveHostMethod · 0.80
removeHostMethod · 0.80

Calls

no outgoing calls

Tested by 1

testRemoveHostMethod · 0.64