|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--java.lang.Thread
|
+--Connection
| Field Summary | |
protected java.net.Socket |
client_socket
|
(package private) LinkedListQ |
debugMsgs
|
private Semaphore |
dispatcher_notify
|
protected static char[] |
EOT_C
|
protected static java.lang.String |
EOT_S
|
protected java.io.InputStream |
in
|
(package private) LinkedListQ |
incomingQueue
|
protected java.io.BufferedInputStream |
str
|
| Fields inherited from class java.lang.Thread |
contextClassLoader,
daemon,
eetop,
group,
inheritedAccessControlContext,
MAX_PRIORITY,
MIN_PRIORITY,
name,
NORM_PRIORITY,
priority,
single_step,
stillborn,
stopThreadPermission,
target,
threadInitNumber,
threadQ,
values |
| Constructor Summary | |
Connection(LinkedListQ incomingQueue,
java.net.Socket client_socket,
LinkedListQ debugMsgs,
Semaphore one)
|
|
| Method Summary | |
void |
DeBugConnection(java.lang.String Message)
|
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 |
protected java.net.Socket client_socket
protected java.io.BufferedInputStream str
protected static java.lang.String EOT_S
protected static char[] EOT_C
protected java.io.InputStream in
LinkedListQ incomingQueue
LinkedListQ debugMsgs
private Semaphore dispatcher_notify
| Constructor Detail |
public Connection(LinkedListQ incomingQueue,
java.net.Socket client_socket,
LinkedListQ debugMsgs,
Semaphore one)
| Method Detail |
public void run()
public void DeBugConnection(java.lang.String Message)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||