|
Java Eyes Problem Set Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cs101.net.DefaultReadLoop
A generic read loop for a client.
Copyright (c) 1998 Massachusetts Institute of Technology
Client
Field Summary | |
protected Client |
client
Communicates with the network. |
protected java.lang.Thread |
spirit
Animates this object. |
Constructor Summary | |
DefaultReadLoop(Client c)
A generic read loop for client. |
Method Summary | |
void |
run()
Called by this object's thread. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Client client
protected java.lang.Thread spirit
Constructor Detail |
public DefaultReadLoop(Client c)
Client
Method Detail |
public void run()
run
in interface java.lang.Runnable
|
Java Eyes Problem Set Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |