java.lang.Object
org.relayirc.chatengine.IdentServer
- All Implemented Interfaces:
- java.lang.Runnable
- public class IdentServer
- extends java.lang.Object
- implements java.lang.Runnable
Implments a "one-shot" ident authentication server. This is needed
for systems that do not have an ident authentication server.
|
Method Summary |
void |
run()
Start running and stop once one identity request has been serviced. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_userName
java.lang.String _userName
IdentServer
public IdentServer(IChatEngine ctl,
java.lang.String userName)
- Construct identity server for specified chat server with specified
chat options.
run
public void run()
- Start running and stop once one identity request has been serviced.
- Specified by:
run in interface java.lang.Runnable