interface Shell
An interactive session between a consumer and a shell. |
|
interface ShellServer
The shell server. A shell server is associated with a collection of TermServer: the |
|
open class ShellServerOptionsConverter
Converter for io.vertx.ext.shell.ShellServerOptions. NOTE: This class has been automatically generated from the io.vertx.ext.shell.ShellServerOptions original class using Vert.x codegen. |
|
interface ShellService
The shell service, provides a remotely accessible shell available via Telnet or SSH according to the io.vertx.ext.shell.ShellServiceOptions configuration. The shell service will expose commands using io.vertx.ext.shell.command.CommandResolver on the classpath and the shared command registry for the Vert.x instance. |
|
open class ShellServiceOptionsConverter
Converter for io.vertx.ext.shell.ShellServiceOptions. NOTE: This class has been automatically generated from the io.vertx.ext.shell.ShellServiceOptions original class using Vert.x codegen. |
|
open class ShellVerticle : AbstractVerticle |