Packages

package shell

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class Shell extends AnyRef

    An interactive session between a consumer and a shell.

  2. class ShellServer extends AnyRef

    The shell server.

    The shell server.

    A shell server is associated with a collection of : the io.vertx.scala.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.scala.ext.shell.ShellServer#createShell method can be used to create instance for testing purposes.

  3. class ShellServerOptions extends AnyRef

    The configurations options for the shell server.

  4. class ShellService extends AnyRef

    The shell service, provides a remotely accessible shell available via Telnet or SSH according to the ShellServiceOptions configuration.

    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 io.vertx.scala.ext.shell.command.CommandResolver on the classpath and the shared command registry for the Vert.x instance.

  5. class ShellServiceOptions extends ShellServerOptions

    The configurations options for the shell service, the shell connectors can be configured with , and .

Ungrouped