Package arc.net
Interface ServerDiscoveryHandler
public interface ServerDiscoveryHandler
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onDiscoverReceived
(InetAddress address, ServerDiscoveryHandler.ReponseHandler handler) Called when theServer
receives aFrameworkMessage.DiscoverHost
packet.
-
Method Details
-
onDiscoverReceived
void onDiscoverReceived(InetAddress address, ServerDiscoveryHandler.ReponseHandler handler) throws IOException Called when theServer
receives aFrameworkMessage.DiscoverHost
packet.- Throws:
IOException
- from sending a response.
-