Interface BasicConnectionTable.Receiver

All Known Implementing Classes:
TCP, TCP_NIO
Enclosing class:
BasicConnectionTable

public static interface BasicConnectionTable.Receiver
Used for message reception.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    receive(Address sender, byte[] data, int offset, int length)
     
  • Method Details

    • receive

      void receive(Address sender, byte[] data, int offset, int length)