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

Method getAddress

java/org/apache/catalina/Server.java:115–115  ·  view source on GitHub ↗

Returns the address on which the server listens for shutdown commands. @return the address for shutdown commands

()

Source from the content-addressed store, hash-verified

113 * @return the address for shutdown commands
114 */
115 String getAddress();
116
117
118 /**

Callers 9

stopServerMethod · 0.95
bindMethod · 0.65
populateRemoteAddrMethod · 0.65
populateRemoteHostMethod · 0.65
populateLocalAddrMethod · 0.65
initServerSocketMethod · 0.65
unbindMethod · 0.65
getUnlockAddressMethod · 0.65
getAddressMethod · 0.65

Implementers 1

StandardServerjava/org/apache/catalina/core/Standard

Calls

no outgoing calls

Tested by

no test coverage detected