Package jexer.net
A Telnet-aware ServerSocket that establishes an 8-bit clean data channel.
-
Class Summary Class Description TelnetInputStream TelnetInputStream works with TelnetSocket to perform the telnet protocol.TelnetOutputStream TelnetOutputStream works with TelnetSocket to perform the telnet protocol.TelnetServerSocket This class provides a ServerSocket that return TelnetSocket's in accept().TelnetSocket This class provides a Socket that performs the telnet protocol to both establish an 8-bit clean no echo channel and expose window resize events to the Jexer ECMA48 backend.