Uses of Class
io.vertx.reactivex.ext.shell.Shell
-
Packages that use Shell Package Description io.vertx.reactivex.ext.shell -
-
Uses of Shell in io.vertx.reactivex.ext.shell
Fields in io.vertx.reactivex.ext.shell with type parameters of type Shell Modifier and Type Field Description static TypeArg<Shell>Shell. __TYPE_ARGMethods in io.vertx.reactivex.ext.shell that return Shell Modifier and Type Method Description ShellShellServer. createShell()Create a new shell, the returned shell should be closed explicitely.ShellShellServer. createShell(Term term)Create a new shell, the returned shell should be closed explicitely.static ShellShell. newInstance(Shell arg)Method parameters in io.vertx.reactivex.ext.shell with type arguments of type Shell Modifier and Type Method Description voidShellServer. shellHandler(Handler<Shell> shellHandler)Called when a new shell is created.
-