Uses of Class
io.vertx.reactivex.ext.shell.ShellServer
-
Packages that use ShellServer Package Description io.vertx.reactivex.ext.shell -
-
Uses of ShellServer in io.vertx.reactivex.ext.shell
Fields in io.vertx.reactivex.ext.shell with type parameters of type ShellServer Modifier and Type Field Description static TypeArg<ShellServer>ShellServer. __TYPE_ARGMethods in io.vertx.reactivex.ext.shell that return ShellServer Modifier and Type Method Description static ShellServerShellServer. create(Vertx vertx)Create a new shell server with specific options.static ShellServerShellServer. create(Vertx vertx, ShellServerOptions options)Create a new shell server with default options.ShellServerShellServer. listen()Start the shell service, this is an asynchronous start.ShellServerShellServer. listen(Handler<AsyncResult<Void>> listenHandler)Start the shell service, this is an asynchronous start.static ShellServerShellServer. newInstance(ShellServer arg)ShellServerShellServer. registerCommandResolver(CommandResolver resolver)Register a command resolver for this server.ShellServerShellServer. registerTermServer(TermServer termServer)Register a term server to this shell server, the term server lifecycle methods are managed by this shell server.ShellServerShellService. server()
-