Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
addHostAliasImpl
Method · 0.95
removeHostAlias
Method · 0.95
testRemoveHost
Method · 0.80
removeHost
Method · 0.80
Calls
no outgoing calls
Tested by
1
testRemoveHost
Method · 0.64