vertx / io.vertx.reactivex.ext.shell.term

Package io.vertx.reactivex.ext.shell.term

Types

Pty

open class Pty

A pseudo terminal used for controlling a io.vertx.reactivex.ext.shell.term.Tty. This interface acts as a pseudo terminal master, io.vertx.reactivex.ext.shell.term.Pty#slave returns the assocated slave pseudo terminal. NOTE: This class has been automatically generated from the io.vertx.ext.shell.term.Pty non RX-ified interface using Vert.x codegen.

SignalHandler

open class SignalHandler

NOTE: This class has been automatically generated from the io.vertx.ext.shell.term.SignalHandler non RX-ified interface using Vert.x codegen.

SockJSTermHandler

open class SockJSTermHandler : Handler<SockJSSocket>

NOTE: This class has been automatically generated from the io.vertx.ext.shell.term.SockJSTermHandler non RX-ified interface using Vert.x codegen.

TermServer

open class TermServer

A server for terminal based applications. NOTE: This class has been automatically generated from the io.vertx.ext.shell.term.TermServer non RX-ified interface using Vert.x codegen.