Interface NetworkGlueListener
- All Known Implementing Classes:
UDPConnectionManager
public interface NetworkGlueListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
receive
(int local_port, InetSocketAddress source, byte[] data, int data_length)
-
Method Details
-
receive
-