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

Method getPortWithOffset

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

Get the actual port on which server is listening for the shutdown commands. If you do not set port offset, port is returned. If you set port offset, port offset + port is returned. @return the port with offset

()

Source from the content-addressed store, hash-verified

106 * @return the port with offset
107 */
108 int getPortWithOffset();
109
110 /**
111 * Returns the address on which the server listens for shutdown commands.

Callers 10

stopServerMethod · 0.95
bindMethod · 0.65
initServerSocketMethod · 0.65
unbindMethod · 0.65
unlockAcceptMethod · 0.65
getPortWithOffsetMethod · 0.65
invokeMethod · 0.65
invokeMethod · 0.65
invokeMethod · 0.65
removeConnectorMethod · 0.65

Implementers 1

StandardServerjava/org/apache/catalina/core/Standard

Calls

no outgoing calls

Tested by

no test coverage detected