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

Method logPortOffset

java/org/apache/coyote/AbstractProtocol.java:1137–1142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1135
1136
1137 private void logPortOffset() {
1138 if (getPort() != getPortWithOffset()) {
1139 getLog().info(sm.getString("abstractProtocolHandler.portOffset", getName(), String.valueOf(getPort()),
1140 String.valueOf(getPortOffset())));
1141 }
1142 }
1143
1144
1145 // ------------------------------------------- Connection handler base class

Callers 4

initMethod · 0.95
startMethod · 0.95
stopMethod · 0.95
destroyMethod · 0.95

Calls 8

getPortMethod · 0.95
getPortWithOffsetMethod · 0.95
getLogMethod · 0.95
getNameMethod · 0.95
getPortOffsetMethod · 0.95
infoMethod · 0.65
getStringMethod · 0.65
valueOfMethod · 0.45

Tested by

no test coverage detected