open fun close(): Unit
Close the server.
The close happens asynchronously and the server may not be closed until some time after the call has returned.
open fun close(completionHandler: Handler<AsyncResult<Void>>): Unit
Close the server supplying an handler that will be called when the server is actually closed (or has failed).