Uses of Package
net.wimpi.telnetd.shell

Packages that use net.wimpi.telnetd.shell
net.wimpi.telnetd   
net.wimpi.telnetd.shell   
 

Classes in net.wimpi.telnetd.shell used by net.wimpi.telnetd
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.

 

Classes in net.wimpi.telnetd.shell used by net.wimpi.telnetd.shell
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).
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.