|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--IdentDaemon
This class is used to answer ident requests from the irc server according to the Identification Protocol. It will give each user a semi-unique ident, consisting of a hexadecimal representation of the IP address the user is connecting from.
Constructor Summary | |
IdentDaemon(java.util.Hashtable users)
Creates and starts the ident service on port 113. |
Method Summary | |
void |
close()
Used to stop the service. |
void |
run()
Accepts incoming requests and creates handlers for them |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IdentDaemon(java.util.Hashtable users) throws java.io.IOException
users
- The table of active users and connections.Method Detail |
public void run()
run
in interface java.lang.Runnable
public void close()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |