Class PlayerDownloadServer

java.lang.Object
zombie.network.PlayerDownloadServer

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

    Fields
    Modifier and Type Field Description
    int port  
  • Constructor Summary

    Constructors
    Constructor Description
    PlayerDownloadServer​(UdpConnection udpConnection, int int1)  
  • Method Summary

    Modifier and Type Method Description
    void destroy()  
    void receiveCancelRequest​(java.nio.ByteBuffer byteBuffer)  
    void receiveRequestArray​(java.nio.ByteBuffer byteBuffer)  
    void receiveRequestLargeArea​(java.nio.ByteBuffer byteBuffer)  
    void startConnectionTest()  
    void update()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • port

      public int port
  • Constructor Details

    • PlayerDownloadServer

      public PlayerDownloadServer​(UdpConnection udpConnection, int int1)
  • Method Details

    • destroy

      public void destroy()
    • startConnectionTest

      public void startConnectionTest()
    • receiveRequestArray

      public void receiveRequestArray​(java.nio.ByteBuffer byteBuffer) throws java.lang.Exception
      Throws:
      java.lang.Exception
    • receiveRequestLargeArea

      public void receiveRequestLargeArea​(java.nio.ByteBuffer byteBuffer)
    • receiveCancelRequest

      public void receiveCancelRequest​(java.nio.ByteBuffer byteBuffer)
    • update

      public void update()