Add -[asyncConnectAndHandle].

This commit is contained in:
Jonathan Schleifer 2012-12-13 23:29:12 +01:00
parent 00a064a4a5
commit 4978c42916
3 changed files with 76 additions and 6 deletions

View file

@ -261,6 +261,12 @@
*/
- (void)handleConnection;
/**
* \brief Asynchronously connects to the server and adds the connection to the
* run loop.
*/
- (void)asyncConnectAndHandle;
/**
* \brief Parses the specified buffer.
*