Add -[asyncConnectAndHandle].
This commit is contained in:
parent
00a064a4a5
commit
4978c42916
3 changed files with 76 additions and 6 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue