Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.relayirc.chatengine
Class IdentServer  view IdentServer download IdentServer.java

java.lang.Object
  extended byorg.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.


Field Summary
(package private)  java.lang.String _userName
           
 
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
 

Field Detail

_userName

java.lang.String _userName
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