public interface ReloadableServer
| Modifier and Type | Method and Description |
|---|---|
InetSocketAddress |
mainAddress()
Get the address of the server.
|
void |
reload()
Reload the server if necessary.
|
void |
stop()
Stop the server.
|
void stop()
void reload()
InetSocketAddress mainAddress()