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