Uses of Class
org.aesh.terminal.telnet.TelnetConnection
Packages that use TelnetConnection
-
Uses of TelnetConnection in org.aesh.terminal.telnet
Fields in org.aesh.terminal.telnet declared as TelnetConnectionModifier and TypeFieldDescriptionprotected TelnetConnectionTelnetTtyConnection.connThe underlying telnet connection.Methods in org.aesh.terminal.telnet with parameters of type TelnetConnectionModifier and TypeMethodDescriptionprotected voidTelnetHandler.onOpen(TelnetConnection conn) The telnet connection opened.protected voidTelnetTtyConnection.onOpen(TelnetConnection conn) -
Uses of TelnetConnection in org.aesh.terminal.telnet.netty
Subclasses of TelnetConnection in org.aesh.terminal.telnet.nettyModifier and TypeClassDescriptionclassNetty-based implementation of TelnetConnection for handling Telnet I/O.