Uses of Package
org.jline.builtins.telnet
Packages that use org.jline.builtins.telnet
-
Classes in org.jline.builtins.telnet used by org.jline.builtins.telnetClassDescriptionClass that implements a connection with this telnet daemon.An utility class that is used to store and allow retrieval of all data associated with a connection.Class implementing a ConnectionEvent.
These events are used to communicate things that are supposed to be handled within the application context.Interface defining a generic IP level connection filter.
Due to the fact that this task depends heavily on application context, I chose a very generic way of applying IP level connection filtering.Interface to be implemented if a class wants to qualify as a ConnectionListener.
Note that a Shell is per contract also forced to implement this interface.Class that takes care for active and queued connection.Class that implements aPortListener
.
If available, it accepts incoming connections and passes them to an associatedConnectionManager
.An inner class for handling incoming option negotiations implementing the telnet protocol specification based upon following Standards and RFCs: 854 Telnet Protocol Specification 855 Telnet Option Specifications 857 Telnet Echo Option 858 Telnet Supress Go Ahead Option 727 Telnet Logout Option 1073 Telnet Window Size Option 1091 Telnet Terminal-Type Option