Initiates a forceful shutdown in which preexisting and new calls are rejected. Although forceful, the shutdown process is still not instantaneous; #isTerminated() will likely return false immediately after this method returns. After this call returns, this server has released the lis
()
| 139 | * @since 1.0.0 |
| 140 | */ |
| 141 | public abstract Server shutdownNow(); |
| 142 | |
| 143 | /** |
| 144 | * Returns whether the server is shutdown. Shutdown servers reject any new calls, but may still |
no outgoing calls