|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
TelnetConstants | |
TelnetTerminalHandler | The TelnetTerminalHandler is the best way to communicate with the low levels that implement the Telnet protocol. |
Class Summary | |
DefaultTelnetTerminalHandler | Basic implementation of TelnetTerminalHandler, many telnet clients can extand this and just implement the NOP's. |
TelnetURLConnection | This is class creates a Telnet connection from a telnet URL, see the thor.app classes for examples. |
URLStreamHandler | This URLStreamHandler uses reflection to make it flexible enough to start URLConnections that do not yet exist. |
Provides classes that allow you to treat a telnet session URL like any other content type.
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 |