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

Method getHostName

java/org/apache/juli/WebappProperties.java:39–39  ·  view source on GitHub ↗

Returns a name for the logging system to use for the Host where the web application, if any, associated with the class loader is deployed. @return The name to use for the Host where the web application is deployed or null if none is available.

()

Source from the content-addressed store, hash-verified

37 * @return The name to use for the Host where the web application is deployed or null if none is available.
38 */
39 String getHostName();
40
41 /**
42 * Returns a name for the logging system to use for the Service where the Host, if any, associated with the class

Implementers 2

TestClassLoadertest/org/apache/juli/TestClassLoaderLo
WebappClassLoaderBasejava/org/apache/catalina/loader/Webapp

Calls

no outgoing calls