vertx / io.vertx.ext.shell.term

Package io.vertx.ext.shell.term

Types

HttpTermOptionsConverter

open class HttpTermOptionsConverter

Converter for io.vertx.ext.shell.term.HttpTermOptions. NOTE: This class has been automatically generated from the io.vertx.ext.shell.term.HttpTermOptions original class using Vert.x codegen.

Pty

interface Pty

A pseudo terminal used for controlling a Tty. This interface acts as a pseudo terminal master, #slave() returns the assocated slave pseudo terminal.

SSHTermOptionsConverter

open class SSHTermOptionsConverter

Converter for io.vertx.ext.shell.term.SSHTermOptions. NOTE: This class has been automatically generated from the io.vertx.ext.shell.term.SSHTermOptions original class using Vert.x codegen.

SignalHandler

interface SignalHandler

SockJSTermHandler

interface SockJSTermHandler : Handler<SockJSSocket>

TelnetTermOptionsConverter

open class TelnetTermOptionsConverter

Converter for io.vertx.ext.shell.term.TelnetTermOptions. NOTE: This class has been automatically generated from the io.vertx.ext.shell.term.TelnetTermOptions original class using Vert.x codegen.

TermServer

interface TermServer

A server for terminal based applications.