Packages

package term

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class HttpTermOptions extends HttpServerOptions

    The web term configuration options.

  2. class Pty extends AnyRef

    A pseudo terminal used for controlling a io.vertx.scala.ext.shell.term.Tty.

    A pseudo terminal used for controlling a io.vertx.scala.ext.shell.term.Tty. This interface acts as a pseudo terminal master, io.vertx.scala.ext.shell.term.Pty#slave returns the assocated slave pseudo terminal.

  3. class SSHTermOptions extends AnyRef

    The SSH term configuration options.

  4. class SignalHandler extends AnyRef

  5. class SockJSTermHandler extends Handler[SockJSSocket]

  6. class TelnetTermOptions extends NetServerOptions

    Telnet terminal options configuration, extends NetServerOptions.

  7. class Term extends Tty

    The terminal.

  8. class TermServer extends AnyRef

    A server for terminal based applications.

  9. class Tty extends AnyRef

    Provide interactions with the Shell TTY.

Ungrouped