| Package | Description |
|---|---|
| io.vertx.ext.shell |
= Vert.x Shell
Vert.x Shell is a command line interface for the Vert.x runtime available from regular
terminals using different protocols.
|
| io.vertx.ext.shell.term |
| Modifier and Type | Method and Description |
|---|---|
Shell |
ShellServer.createShell(Term term)
Create a new shell, the returned shell should be closed explicitely.
|
| Modifier and Type | Method and Description |
|---|---|
Term |
Term.closeHandler(Handler<Void> handler)
Set a handler that will be called when the terminal is closed.
|
Term |
Term.echo(String text)
Echo some text in the terminal, escaped if necessary.
|
Term |
Term.interruptHandler(SignalHandler handler)
Set an interrupt signal handler on the term.
|
Term |
Term.resizehandler(Handler<Void> handler) |
Term |
Term.setSession(Session session)
Associate the term with a session.
|
Term |
Term.stdinHandler(Handler<String> handler) |
Term |
Term.suspendHandler(SignalHandler handler)
Set a suspend signal handler on the term.
|
Term |
Term.write(String data) |
| Modifier and Type | Method and Description |
|---|---|
SockJSTermHandler |
SockJSTermHandler.termHandler(Handler<Term> handler) |
TermServer |
TermServer.termHandler(Handler<Term> handler)
Set the term handler that will receive incoming client connections.
|
Copyright © 2018 Eclipse. All rights reserved.