Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
サーバを強制的に停止します。
void ServerContext.shutdown()
登録されたすべての ShutdownListener オブジェクトで、shutdownPerformed メソッドが呼び出されます。
次のコードは、サーバを強制的に停止します。
ServerContext serverContext; serverContext.shutdown();