Uses of Class
com.googlecode.lanterna.terminal.ansi.TelnetTerminal
Packages that use TelnetTerminal
-
Uses of TelnetTerminal in com.googlecode.lanterna.terminal
Methods in com.googlecode.lanterna.terminal that return TelnetTerminalModifier and TypeMethodDescriptionDefaultTerminalFactory.createTelnetTerminal()
Creates a new TelnetTerminal Note: a telnetPort should have been set with setTelnetPort(), otherwise creation of TelnetTerminal will most likely fail. -
Uses of TelnetTerminal in com.googlecode.lanterna.terminal.ansi
Methods in com.googlecode.lanterna.terminal.ansi that return TelnetTerminalModifier and TypeMethodDescriptionTelnetTerminalServer.acceptConnection()
Waits for the next client to connect in to our server and returns a Terminal implementation, TelnetTerminal, that represents the remote terminal this client is running.