|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Thread
|
+--wtanaka.praya.gale.GaleReadThread
Gale Read Thread, used by GaleClient.
Return to
or the Praya Homepage
GaleClient| Field Summary | |
private GaleClient |
m_client
|
private GaleConnection |
m_connection
|
private boolean |
m_keepGoing
|
private Multiplexer |
m_multiplexer
|
| Fields inherited from class java.lang.Thread |
contextClassLoader, daemon, eetop, group, inheritableThreadLocals, inheritedAccessControlContext, MAX_PRIORITY, MIN_PRIORITY, name, NORM_PRIORITY, priority, single_step, stillborn, stopThreadPermission, target, threadInitNumber, threadLocals, threadQ |
| Constructor Summary | |
GaleReadThread(GaleClient client,
GaleConnection connection,
Multiplexer multiplexer)
|
|
| Method Summary | |
private void |
busyWaitForAvailableInput()
Workaround for Blackdown Linux Java 1.1.x bug. |
(package private) void |
disconnect()
|
void |
run()
|
| Methods inherited from class java.lang.Thread |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private GaleConnection m_connection
private GaleClient m_client
private Multiplexer m_multiplexer
private boolean m_keepGoing
| Constructor Detail |
public GaleReadThread(GaleClient client,
GaleConnection connection,
Multiplexer multiplexer)
| Method Detail |
void disconnect()
private final void busyWaitForAvailableInput()
throws java.io.IOException
public void run()
run in class java.lang.Thread
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||