Class UdpEngine

java.lang.Object
zombie.spnetwork.UdpEngine
Direct Known Subclasses:
SinglePlayerServer.UdpEngineServer

public abstract class UdpEngine
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    UdpEngine()  
  • Method Summary

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

    Methods inherited from class java.lang.Object

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

    • UdpEngine

      public UdpEngine()
  • Method Details

    • Send

      public abstract void Send​(java.nio.ByteBuffer byteBuffer)
    • Receive

      public abstract void Receive​(java.nio.ByteBuffer byteBuffer)