| Class Summary | 
| ButtonBar | Implementation of a programmable button bar to be used as a plugin
 in the Java(tm) Telnet Applet/Application. | 
| Capture | A capture plugin that captures data and stores it in a
 defined location. | 
| HandlerPTY |  | 
| MudConnector | The MudConnector (http://www.mudconnector.com) plugin. | 
| Script | The script plugin takes a series of match and answer pairs to compare
 the incoming data with the matches and if it succeeds writes the answers
 back. | 
| Shell | The shell plugin is the backend component for terminal emulation using
 a shell. | 
| Sink | The terminal plugin represents the actual terminal where the
 data will be displayed and the gets the keyboard input to sent
 back to the remote host. | 
| Socket | The socket plugin acts as the data source for networked operations. | 
| SSH | Secure Shell plugin for the Java Telnet Application. | 
| Status | A simple plugin showing the current status of the application whether
 it is online or not. | 
| Telnet | The telnet plugin utilizes a telnet protocol handler to filter
 telnet negotiation requests from the data stream. | 
| Terminal | The terminal plugin represents the actual terminal where the
 data will be displayed and the gets the keyboard input to sent
 back to the remote host. | 
| Timeout | The timeout plugin looks at the incoming and outgoing data stream and
 tries to close the connection gracefully if the timeout occured or if
 not graceful exit command was configured simply closed the connection. | 
| URLFilter | Maintainer: Matthias L. |