|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object triptracker.server.CheckThread
public class CheckThread
This is for verifying the user with username and password before a special thread is started for the spesific kind of task wich he has come to this server to get fullfilled.
Constructor Summary | |
---|---|
CheckThread(Server server,
Socket socket)
Default class constructor. |
Method Summary | |
---|---|
protected void |
log(String message)
For broadcasting messages to logfile. |
void |
run()
Main thread entry point. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CheckThread(Server server, Socket socket)
server
- parent server instancesocket
- open socket for client communicationMethod Detail |
---|
public void run()
run
in interface Runnable
Runnable.run()
protected void log(String message)
message
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |