|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.relayirc.core.IdentServer
public class IdentServer
Implements a "one-shot" ident authentication server.
On UNIX, objects of this class will not be able to create a ServerSocket on port 133 so it will fail. This is not a problem, because on UNIX users are expected to set up their own ident servers.
| Constructor Summary | |
|---|---|
IdentServer(java.lang.String userName)
Construct identity server for a specified user name. |
|
| Method Summary | |
|---|---|
void |
printWarning()
|
void |
run()
Start running, service one ident request and then terminate. |
void |
stop()
Try to stop ident server. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IdentServer(java.lang.String userName)
| Method Detail |
|---|
public void stop()
public void run()
run in interface java.lang.Runnablepublic void printWarning()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||