Uses of Class
io.vertx.reactivex.ext.shell.term.Pty
-
Packages that use Pty Package Description io.vertx.reactivex.ext.shell.term -
-
Uses of Pty in io.vertx.reactivex.ext.shell.term
Fields in io.vertx.reactivex.ext.shell.term with type parameters of type Pty Modifier and Type Field Description static TypeArg<Pty>
Pty. __TYPE_ARG
Methods in io.vertx.reactivex.ext.shell.term that return Pty Modifier and Type Method Description static Pty
Pty. create()
Create a new pseudo terminal with no terminal type.static Pty
Pty. create(String terminalType)
Create a new pseudo terminal.static Pty
Pty. newInstance(Pty arg)
Pty
Pty. setSize(int width, int height)
Resize the terminal.Pty
Pty. stdoutHandler(Handler<String> handler)
Set the standard out handler of the pseudo terminal.Pty
Pty. write(String data)
Write data to the slave standard input of the pseudo terminal.
-