vertx / io.vertx.reactivex.ext.shell

Package io.vertx.reactivex.ext.shell

Types

Shell

open class Shell

An interactive session between a consumer and a shell. NOTE: This class has been automatically generated from the io.vertx.ext.shell.Shell non RX-ified interface using Vert.x codegen.

ShellServer

open class ShellServer

The shell server. A shell server is associated with a collection of : the io.vertx.reactivex.ext.shell.ShellServer#registerTermServer method registers a term server. Term servers life cycle are managed by this server. When a receives an incoming connection, a instance is created and associated with this connection. The io.vertx.reactivex.ext.shell.ShellServer#createShell method can be used to create instance for testing purposes. NOTE: This class has been automatically generated from the io.vertx.ext.shell.ShellServer non RX-ified interface using Vert.x codegen.

ShellService

open class 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.reactivex.ext.shell.command.CommandResolver on the classpath and the shared command registry for the Vert.x instance. NOTE: This class has been automatically generated from the io.vertx.ext.shell.ShellService non RX-ified interface using Vert.x codegen.