open fun close(): Unit
Close the shell server, this is an asynchronous close.
abstract fun close(completionHandler: Handler<AsyncResult<Void>>): Unit
Close the shell server, this is an asynchronous close.
completionHandler - handler for getting notified when service is stopped