Class PlayerDownloadServer

java.lang.Object
zombie.network.PlayerDownloadServer

public class PlayerDownloadServer
extends java.lang.Object
  • Field Details

  • Constructor Details

    • PlayerDownloadServer

      public PlayerDownloadServer​(UdpConnection connection, int port)
  • Method Details

    • reRequestFinished

      public void reRequestFinished​(UdpConnection connection)
    • 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

      public void expectZipFileRequest​(java.nio.ByteBuffer bb, UdpConnection connection)