Class ExternalTerminal

All Implemented Interfaces:
Closeable, AutoCloseable, org.aesh.terminal.Terminal
Direct Known Subclasses:
WinExternalTerminal

public class ExternalTerminal extends LineDisciplineTerminal
Console implementation with embedded line disciplined. This console is well-suited for supporting incoming external connections, such as from the network (through telnet, ssh, or any kind of protocol). The console will start consuming the input in a separate thread to generate interruption events.
See Also: