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

Method getPortOffset

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

Get the number that offsets the port used for shutdown commands. For example, if port is 8005, and portOffset is 1000, the server listens at 9005. @return the port offset

()

Source from the content-addressed store, hash-verified

90 * @return the port offset
91 */
92 int getPortOffset();
93
94 /**
95 * Set the number that offsets the server port used for shutdown commands. For example, if port is 8005, and you set

Callers 4

stopServerMethod · 0.95
beginMethod · 0.95
getPortOffsetMethod · 0.65
getPortOffsetMethod · 0.65

Implementers 1

StandardServerjava/org/apache/catalina/core/Standard

Calls

no outgoing calls

Tested by

no test coverage detected