MCPcopy 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

doGetSessionMethod · 0.95
serviceMethod · 0.95
checkRecycledMethod · 0.95

Calls

no outgoing calls

Tested by 1