Interface NetworkGlueListener

All Known Implementing Classes:
UDPConnectionManager

public interface NetworkGlueListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    receive(int local_port, InetSocketAddress source, byte[] data, int data_length)
     
  • Method Details

    • receive

      void receive(int local_port, InetSocketAddress source, byte[] data, int data_length)