public class Tty extends Object
original non RX-ified interface using Vert.x codegen.| Modifier and Type | Field and Description | 
|---|---|
| static io.vertx.lang.rx.TypeArg<Tty> | __TYPE_ARG | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| Tty | getDelegate() | 
| int | hashCode() | 
| int | height() | 
| static Tty | newInstance(Tty arg) | 
| Tty | resizehandler(Handler<Void> handler)Set a resize handler, the handler is called when the tty size changes. | 
| Tty | stdinHandler(Handler<String> handler)Set a stream handler on the standard input to read the data. | 
| String | toString() | 
| String | type() | 
| int | width() | 
| Tty | write(String data)Write data to the standard output. | 
public static final io.vertx.lang.rx.TypeArg<Tty> __TYPE_ARG
public Tty getDelegate()
public String type()
public int width()
public int height()
public Tty stdinHandler(Handler<String> handler)
handler - the standard inputpublic Tty write(String data)
data - the data to writepublic Tty resizehandler(Handler<Void> handler)
handler - the resize handlerCopyright © 2023 Eclipse. All rights reserved.