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.
Pty(delegate: Pty) |
static val __TYPE_ARG: TypeArg<Pty> |
open static fun create(): Pty
Create a new pseudo terminal with no terminal type. open static fun create(terminalType: String): Pty
Create a new pseudo terminal. |
|
open fun equals(other: Any?): Boolean |
|
open fun getDelegate(): Pty |
|
open fun hashCode(): Int |
|
open static fun newInstance(arg: Pty): Pty |
|
open fun setSize(width: Int, height: Int): Pty
Resize the terminal. |
|
open fun slave(): Tty |
|
open fun stdoutHandler(handler: Handler<String>): Pty
Set the standard out handler of the pseudo terminal. |
|
open fun toString(): String |
|
open fun write(data: String): Pty
Write data to the slave standard input of the pseudo terminal. |