Package | Description |
---|---|
io.vertx.reactivex.ext.shell | |
io.vertx.reactivex.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 | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<Term> |
Term.__TYPE_ARG |
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.
|
static Term |
Term.newInstance(Term arg) |
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 © 2021 Eclipse. All rights reserved.