Module org.jline.remote.telnet
module org.jline.remote.telnet
JLine Remote Telnet Module.
This module provides a simple Telnet server implementation for JLine applications, enabling remote terminal access over Telnet protocol. This is primarily intended for development and testing purposes.
Note: For production use, SSH (provided by the org.jline.remote.ssh
module) is strongly recommended over Telnet due to security considerations. The Telnet
protocol transmits data in plain text without encryption.
Key features include:
- Simple Telnet server for hosting JLine shells remotely
- Connection management and filtering
- Terminal emulation over Telnet protocol
- Integration with JLine's terminal infrastructure
Public API Packages
org.jline.builtins.telnet- Telnet server implementation includingTelnet,ConnectionManager,PortListener, and related classes
-
Packages
Exports