Class SinglePlayerServer.UdpEngineServer

java.lang.Object
zombie.spnetwork.UdpEngine
zombie.spnetwork.SinglePlayerServer.UdpEngineServer
Enclosing class:
SinglePlayerServer

public static final class SinglePlayerServer.UdpEngineServer
extends UdpEngine
  • Field Summary

    Fields
    Modifier and Type Field Description
    java.util.ArrayList connections  
  • Method Summary

    Modifier and Type Method Description
    void Receive​(java.nio.ByteBuffer byteBuffer)  
    void Send​(java.nio.ByteBuffer byteBuffer)  

    Methods inherited from class java.lang.Object

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

    • connections

      public final java.util.ArrayList connections
  • Method Details

    • Send

      public void Send​(java.nio.ByteBuffer byteBuffer)
      Specified by:
      Send in class UdpEngine
    • Receive

      public void Receive​(java.nio.ByteBuffer byteBuffer)
      Specified by:
      Receive in class UdpEngine