Class ExternalTerminal

  • All Implemented Interfaces:
    Closeable, Flushable, AutoCloseable, Terminal

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