Uses of Interface
io.vertx.ext.shell.term.Term
Packages that use Term
-
Uses of Term in io.vertx.ext.shell
Methods in io.vertx.ext.shell with parameters of type TermModifier and TypeMethodDescriptionShellServer.createShell(Term term) Create a new shell, the returned shell should be closed explicitely. -
Uses of Term in io.vertx.ext.shell.term
Methods in io.vertx.ext.shell.term that return TermModifier and TypeMethodDescriptionTerm.closeHandler(Handler<Void> handler) Set a handler that will be called when the terminal is closed.Echo some text in the terminal, escaped if necessary.Term.interruptHandler(SignalHandler handler) Set an interrupt signal handler on the term.Term.resizehandler(Handler<Void> handler) Term.setSession(Session session) Associate the term with a session.Term.stdinHandler(Handler<String> handler) Term.suspendHandler(SignalHandler handler) Set a suspend signal handler on the term.Method parameters in io.vertx.ext.shell.term with type arguments of type TermModifier and TypeMethodDescriptionSockJSTermHandler.termHandler(Handler<Term> handler) TermServer.termHandler(Handler<Term> handler) Set the term handler that will receive incoming client connections.