|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectionListener | |
|---|---|
| net.wimpi.telnetd.net | |
| net.wimpi.telnetd.shell | |
| Uses of ConnectionListener in net.wimpi.telnetd.net |
|---|
| Methods in net.wimpi.telnetd.net with parameters of type ConnectionListener | |
|---|---|
void |
Connection.addConnectionListener(ConnectionListener cl)
Method that registers a ConnectionListener with the Connection instance. |
void |
Connection.removeConnectionListener(ConnectionListener cl)
Method that removes a ConnectionListener from the Connection instance. |
| Uses of ConnectionListener in net.wimpi.telnetd.shell |
|---|
| Subinterfaces of ConnectionListener in net.wimpi.telnetd.shell | |
|---|---|
interface |
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). |
| Classes in net.wimpi.telnetd.shell that implement ConnectionListener | |
|---|---|
class |
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). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||