vertx / io.vertx.ext.shell

Package io.vertx.ext.shell

Types

Shell

interface Shell

An interactive session between a consumer and a shell.

ShellServer

interface ShellServer

The shell server. A shell server is associated with a collection of TermServer: the #registerTermServer(TermServer) method registers a term server. Term servers life cycle are managed by this server. When a TermServer receives an incoming connection, a JobController instance is created and associated with this connection. The #createShell() method can be used to create JobController instance for testing purposes.

ShellServerOptionsConverter

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.

ShellService

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.

ShellServiceOptionsConverter

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.

ShellVerticle

open class ShellVerticle : AbstractVerticle