Uses of Class
io.vertx.reactivex.ext.shell.term.Term
-
Packages that use Term Package Description io.vertx.reactivex.ext.shell io.vertx.reactivex.ext.shell.term -
-
Uses of Term in io.vertx.reactivex.ext.shell
Methods in io.vertx.reactivex.ext.shell with parameters of type Term Modifier and Type Method Description ShellShellServer. createShell(Term term)Create a new shell, the returned shell should be closed explicitely. -
Uses of Term in io.vertx.reactivex.ext.shell.term
Fields in io.vertx.reactivex.ext.shell.term with type parameters of type Term Modifier and Type Field Description static TypeArg<Term>Term. __TYPE_ARGMethods in io.vertx.reactivex.ext.shell.term that return Term Modifier and Type Method Description TermTerm. closeHandler(Handler<Void> handler)Set a handler that will be called when the terminal is closed.TermTerm. echo(String text)Echo some text in the terminal, escaped if necessary.TermTerm. interruptHandler(SignalHandler handler)Set an interrupt signal handler on the term.static TermTerm. newInstance(Term arg)TermTerm. resizehandler(Handler<Void> handler)TermTerm. setSession(Session session)Associate the term with a session.TermTerm. stdinHandler(Handler<String> handler)TermTerm. suspendHandler(SignalHandler handler)Set a suspend signal handler on the term.TermTerm. write(String data)Method parameters in io.vertx.reactivex.ext.shell.term with type arguments of type Term Modifier and Type Method Description SockJSTermHandlerSockJSTermHandler. termHandler(Handler<Term> handler)TermServerTermServer. termHandler(Handler<Term> handler)Set the term handler that will receive incoming client connections.
-