Class Readline

java.lang.Object
org.aesh.readline.Readline

public class Readline extends Object
Readline is a simple way to read a single input line from the terminal/shell/console. Readline reads/writes from/to a Connection. Readline is thread safe and will not accept new readline(Connection, String, Consumer) calls while currently reading input.