org.relayirc.chatengine
Class IdentServer

java.lang.Object
  |
  +--org.relayirc.chatengine.IdentServer

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.


Constructor Summary
IdentServer(IChatEngine ctl, java.lang.String userName)
          Construct identity server for specified chat server with specified chat options.
 
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
 

Constructor Detail

IdentServer

public IdentServer(IChatEngine ctl,
                   java.lang.String userName)
Construct identity server for specified chat server with specified chat options.
Method Detail

run

public void run()
Start running and stop once one identity request has been serviced.
Specified by:
run in interface java.lang.Runnable