abstract fun close(completionHandler: Handler<AsyncResult<Void>>): Unit
Closes the server.
completionHandler - handler called once the server has been stopped
completionHandler
abstract fun close(): Unit