|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
BasicTelnet | BasicTelnet is a simple AWT Component that implements a simple UNIX type terminal, and allows easy extension to more complex terminals. |
telnet | telnet is the simplest telnet you can write. |
VT100Telnet | VT100 Telnet just adds a partial VT100 terminal emulation on top of BasicTelnet, it uses a slightly different TelnetTerminalHandler and a very different process(). |
Simple example applications.
There are plenty of java telnet emulators out there, but in my experience they do not do a good job of seperating the telnet session handler from the terminal handler. I've used this to incorporate a quick telnet to another host into my programs. Sometimes you just want to go to another machine and start a server, but you also want it to work on many different platforms; making that easy is the intended purpose of this package.
A good place to start if you have problems is with these two RFC's.
For bugs reports or and flames send it to danielk@zenyu.com
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |