| Package | Description | 
|---|---|
| io.vertx.reactivex.ext.shell.term | 
| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<Pty> | 
Pty.__TYPE_ARG  | 
| Modifier and Type | Method and 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. 
 | 
Copyright © 2023 Eclipse. All rights reserved.