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
()
| 106 | * @return the port with offset |
| 107 | */ |
| 108 | int getPortWithOffset(); |
| 109 | |
| 110 | /** |
| 111 | * Returns the address on which the server listens for shutdown commands. |
no outgoing calls
no test coverage detected