JTA - Telnet/SSH for the JAVA(tm) platform: Telnet Plugin

© 1996-2000 Matthias L. Jugel and Marcus Meißner

Version 2.0 / Java 2 and 1.1.x
Available under GNU General Public License

Homepage Applet Test Download Documentation Users / Opinions

Telnet Plugin

This is a more complicated plugin. It handles all the telnet negotiations between the client (this program) and the remote host. In cooperation with other plugins, like the Terminal it negotiates setting like terminal type and terminal size. However, as a user you do not actually have to know about that.

There is nothing you could configure in the telnet layer. Make sure you put this plugin in between a Socket-like plugin and other plugins that operate above the telnet protocol layer, like the Script plugin.

Property Documentation
Telnet.crlf The Request for Comments defining the Telnet protocol suite (RFC 854 mostly), define the carriage return linefeed value to be the bytevalues 13,10. (\r\n).
This is the default as sent by the applet, which you can redefine it using this property.
 Telnet.cr The RFC defines this to be 13,0 (\r\0). You can redefine it it with this property 
Additional Programmer Documentation is available:
 
de.mud.jta.plugin.Telnet
This is the programmer documentation for the plugin. Use it as an example if you want to write your own back end plugins.
de.mud.jta.event
This plugins uses some of the events and listeners described here.
Copyright 1996-2000 Matthias L. Jugel, Marcus Meißner
$Id: Telnet.html 500 2005-10-07 09:15:07Z leo $