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

Method getName

java/org/apache/coyote/AbstractProtocol.java:646–648  ·  view source on GitHub ↗

Gets the name of this protocol instance. The name will be prefix-address-port if address is non-null and prefix-port if the address is null. @return A name for this protocol instance that is appropriately quoted for use in an ObjectName.

()

Source from the content-addressed store, hash-verified

644 * @return A name for this protocol instance that is appropriately quoted for use in an ObjectName.
645 */
646 public String getName() {
647 return ObjectName.quote(getNameInternal());
648 }
649
650
651 /**

Callers 8

initMethod · 0.95
startMethod · 0.95
pauseMethod · 0.95
resumeMethod · 0.95
stopMethod · 0.95
destroyMethod · 0.95
awaitConnectionsCloseMethod · 0.95
logPortOffsetMethod · 0.95

Calls 2

getNameInternalMethod · 0.95
quoteMethod · 0.45

Tested by

no test coverage detected