The delegated to handle connection outcomes like a connection is successfull, failed etc.
More...
#import <ConnectionDelegate.h>
List of all members.
Detailed Description
The delegated to handle connection outcomes like a connection is successfull, failed etc.
Member Function Documentation
- (void) connectionAttemptFailed: |
|
(Connection *) |
connection |
|
This is invoked when connection attempt is failed.
- Parameters:
-
connection | the connection object which is failed |
- (void) connectionTerminated: |
|
(Connection *) |
connection |
|
Invoked when connection is terminated.
- Parameters:
-
connection | The connection which is terminated. |
- (void) receivedNetworkPacket: |
|
(NSDictionary *) |
message |
viaConnection: |
|
(Connection *) |
connection |
|
|
| |
If a packet is received from a connection, this method is invoked.
- Parameters:
-
message | the message which is received |
connection | the connection from which this message/packet is received |
The documentation for this protocol was generated from the following file: