Package io.vertx.mutiny.ext.shell.term
Class Pty
java.lang.Object
io.vertx.mutiny.ext.shell.term.Pty
- All Implemented Interfaces:
MutinyDelegate
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
Pty
public Pty(io.vertx.ext.shell.term.Pty delegate) -
Pty
-
-
Method Details
-
getDelegate
public io.vertx.ext.shell.term.Pty getDelegate()- Specified by:
getDelegate
in interfaceMutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
create
- Returns:
-
create
- Parameters:
terminalType
- the terminal type, for instance- Returns:
- the created pseudo terminal
-
stdoutHandler
- Parameters:
handler
- the standard output- Returns:
-
write
- Parameters:
data
- the data to write- Returns:
- this current object
-
setSize
- Parameters:
width
-height
-- Returns:
- this current object
-
slave
- Returns:
- the pseudo terminal slave
-
newInstance
-