Package | Description |
---|---|
io.vertx.ext.shell | |
io.vertx.ext.shell.term | |
io.vertx.reactivex.ext.shell.term | |
io.vertx.rxjava.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.
|
Modifier and Type | Method and Description |
---|---|
Term |
Term.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static Term |
Term.newInstance(Term arg) |
Constructor and Description |
---|
Term(Term delegate) |
Modifier and Type | Method and Description |
---|---|
Term |
Term.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static Term |
Term.newInstance(Term arg) |
Constructor and Description |
---|
Term(Term delegate) |
Copyright © 2023 Eclipse. All rights reserved.