Package io.vertx.ext.shell
-
Interface Summary Interface Description Shell An interactive session between a consumer and a shell.ShellServer The shell server.ShellService The shell service, provides a remotely accessible shell available via Telnet or SSH according to theShellServiceOptions
configuration. -
Class Summary Class Description ShellServerOptions The configurations options for the shell server.ShellServerOptionsConverter Converter and mapper forShellServerOptions
.ShellServiceOptions The configurations options for the shell service, the shell connectors can be configured withTelnetTermOptions
,SSHTermOptions
andHttpTermOptions
.ShellServiceOptionsConverter Converter and mapper forShellServiceOptions
.ShellVerticle