|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Thread | +--org.hsqldb.ServerConnection
Class declaration
Fields inherited from class java.lang.Thread |
MAX_PRIORITY,
MIN_PRIORITY,
NORM_PRIORITY,
values |
Constructor Summary | |
(package private) |
ServerConnection(java.net.Socket socket,
Server server)
Constructor declaration |
Method Summary | |
void |
run()
Method declaration |
(package private) void |
write(byte[] b)
Method declaration |
Methods inherited from class java.lang.Thread |
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
ServerConnection(java.net.Socket socket, Server server)
socket
- server
- Method Detail |
public void run()
void write(byte[] b) throws java.io.IOException
b
-
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |