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
()
| 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 |
no outgoing calls
no test coverage detected