Package net.wimpi.telnetd.shell

Interface Summary
Shell Interface that defines a shell used with this telnetd.
Note that any class that implements a Shell, has to have a class operation with following fingerprint:
public static Shell createShell(); This method can either create a new instance of the class, or it can return a recyled instance thats coming from a cache (which is propably a good idea for using resources better and increasing the performance).
 

Class Summary
DummyShell This class is an example implmentation of a Shell.
It is used for testing the system.
At the moment you can see all io toolkit classes in action, pressing "t" at its prompt (instead of the enter, which is requested for logging out again).
ShellManager This class implements a Manager Singleton that takes care for all shells to be offered.

The resources can be defined via properties that contain following information: All system defined shells: Login: first shell run on top of the connection.

 



Copyright © 2010. All Rights Reserved.