Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ getHost
Method
getHost
java/org/apache/catalina/connector/Request.java:658–660 ·
view source on GitHub ↗
Return the host within which this request is being processed. @return the host
()
Source
from the content-addressed store, hash-verified
656
* @
return
the host
657
*/
658
public
Host getHost() {
659
return
mappingData.host;
660
}
661
662
663
/**
Callers
4
createRequestExpectations
Method · 0.95
doGetSession
Method · 0.95
service
Method · 0.95
checkRecycled
Method · 0.95
Calls
no outgoing calls
Tested by
1
createRequestExpectations
Method · 0.76