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