Package zombie.network
Class PlayerDownloadServer
java.lang.Object
zombie.network.PlayerDownloadServer
public class PlayerDownloadServer
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPlayerDownloadServer.WorkerThread -
Field Summary
Fields Modifier and Type Field Description protected booleanbDebugPlayerDownloadServer.WorkerThreadworkerThread -
Constructor Summary
Constructors Constructor Description PlayerDownloadServer(UdpConnection connection, int port) -
Method Summary
Modifier and Type Method Description voiddestroy()voidexpectZipArrayRequest(java.nio.ByteBuffer bb, UdpConnection connection)voidexpectZipFileRequest(java.nio.ByteBuffer bb, UdpConnection connection)voidreRequestFinished(UdpConnection connection)voidstartConnectionTest()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
workerThread
-
bDebug
protected boolean bDebug
-
-
Constructor Details
-
PlayerDownloadServer
-
-
Method Details
-
reRequestFinished
-
destroy
public void destroy() throws java.io.IOException- Throws:
java.io.IOException
-
startConnectionTest
public void startConnectionTest() -
expectZipArrayRequest
public void expectZipArrayRequest(java.nio.ByteBuffer bb, UdpConnection connection) throws java.lang.Exception- Throws:
java.lang.Exception
-
expectZipFileRequest
-