Uses of Class
org.aesh.terminal.utils.InputReader
Packages that use InputReader
-
Uses of InputReader in org.aesh.terminal.utils
Methods in org.aesh.terminal.utils that return InputReaderModifier and TypeMethodDescriptionstatic InputReaderInputReader.asReader(Connection connection) Create an InputReader and wire it to the given connection's stdin handler.static InputReaderInputReader.asReader(Connection connection, int capacity) Create an InputReader with a custom queue capacity and wire it to the given connection's stdin handler.