Uses of Interface
io.vertx.ext.shell.term.Pty
-
Packages that use Pty Package Description io.vertx.ext.shell.term -
-
Uses of Pty in io.vertx.ext.shell.term
Methods in io.vertx.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.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.
-