Set the port number we listen to for shutdown commands. @param port The new port number @see #setPortOffset(int)
(int port)
| 82 | * @see #setPortOffset(int) |
| 83 | */ |
| 84 | void setPort(int port); |
| 85 | |
| 86 | /** |
| 87 | * Get the number that offsets the port used for shutdown commands. For example, if port is 8005, and portOffset is |
no outgoing calls