Added -webServerDidCompleteBonjourRegistration:

This commit is contained in:
Pierre-Olivier Latour
2014-04-19 12:57:01 -03:00
parent 7743d18006
commit 075774b6c0
3 changed files with 14 additions and 0 deletions
+6
View File
@@ -191,6 +191,12 @@ extern NSString* const GCDWebServerAuthenticationMethod_DigestAccess;
*/
- (void)webServerDidStart:(GCDWebServer*)server;
/**
* This method is called after the Bonjour registration for the server has
* successfully completed.
*/
- (void)webServerDidCompleteBonjourRegistration:(GCDWebServer*)server;
/**
* This method is called when the first GCDWebServerConnection is opened by the
* server to serve a series of HTTP requests. A series is ongoing as long as