Package | Description |
---|---|
io.vertx.ext.shell | |
io.vertx.rxjava.ext.shell |
Class and Description |
---|
Shell
An interactive session between a consumer and a shell.
|
ShellServer
The shell server.
A shell server is associated with a collection of
term servers : the ShellServer.registerTermServer(TermServer)
method registers a term server. |
ShellServerOptions
The configurations options for the shell server.
|
ShellService
The shell service, provides a remotely accessible shell available via Telnet or SSH according to the
ShellServiceOptions configuration.
The shell service will expose commands using CommandResolver on the classpath and
the shared command registry for the Vert.x instance. |
ShellServiceOptions
The configurations options for the shell service, the shell connectors can be configured
with
TelnetTermOptions , SSHTermOptions and HttpTermOptions . |
Class and Description |
---|
Shell
An interactive session between a consumer and a shell.
|
Copyright © 2021 Eclipse. All rights reserved.