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 class
PlayerDownloadServer.WorkerThread
-
Field Summary
Fields Modifier and Type Field Description protected boolean
bDebug
PlayerDownloadServer.WorkerThread
workerThread
-
Constructor Summary
Constructors Constructor Description PlayerDownloadServer(UdpConnection connection, int port)
-
Method Summary
Modifier and Type Method Description void
destroy()
void
expectZipArrayRequest(java.nio.ByteBuffer bb, UdpConnection connection)
void
expectZipFileRequest(java.nio.ByteBuffer bb, UdpConnection connection)
void
reRequestFinished(UdpConnection connection)
void
startConnectionTest()
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
-