|
ozone core API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.ozoneDB.DxLib.DxObject | +--org.ozoneDB.DxLib.net.DxClient | +--org.ozoneDB.DxLib.net.DxMultiServerClient
Thread, der staendig am entsprechenden port lauscht und eine neue Anfragen zum Server meldet.
Field Summary | |
(package private) DxMultiServer |
server
|
(package private) boolean |
stop
|
(package private) java.lang.Thread |
thread
|
Fields inherited from class org.ozoneDB.DxLib.net.DxClient |
buffSize, in, out, sock |
Fields inherited from class org.ozoneDB.DxLib.DxObject |
|
Constructor Summary | |
DxMultiServerClient(java.net.Socket socket,
DxMultiServer dms)
|
Method Summary | |
void |
close()
|
void |
listen()
|
void |
run()
|
java.lang.Thread |
thread()
|
Methods inherited from class org.ozoneDB.DxLib.net.DxClient |
init, inputStream, objectAvailable, onConnect, onDeconnect, outputStream, receive, send |
Methods inherited from class org.ozoneDB.DxLib.DxObject |
clone, isLess |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.ozoneDB.DxLib.DxCompatible |
equals |
Field Detail |
boolean stop
DxMultiServer server
java.lang.Thread thread
Constructor Detail |
public DxMultiServerClient(java.net.Socket socket, DxMultiServer dms) throws java.io.IOException
Method Detail |
public void run()
run
in interface java.lang.Runnable
public void listen()
public void close()
close
in class DxClient
public java.lang.Thread thread()
|
ozone core API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |