ROSuperHTTPClientChannelDelegate
Overview
This protocol is intended to extend ROClientChannelDelegate protocol with some events specific to the ROSuperHTTPClientChannel client channel class.
Location
- Reference: ROSuperHTTPClientChannel.h
- Namespace: RemObjectsSDK
- Ancestry: ROSuperHTTPClientChannelDelegate
Optional Methods
superChannel:didFailToConnectWithException:
@optional - (void) superChannel:(ROSuperHTTPClientChannel *)sender didFailToConnectWithException:(NSException *)exception
Parameters:
- sender:
- exception:
superChannelDidConnect:
@optional - (void) superChannelDidConnect:(ROSuperHTTPClientChannel *)sender
Parameters:
- sender:
superChannelDidDisconnect:
@optional - (void) superChannelDidDisconnect:(ROSuperHTTPClientChannel *)sender
Parameters:
- sender:
superChannelDidSendInvalidClientId:reconnect:
@optional - (void) superChannelDidSendInvalidClientId:(ROSuperHTTPClientChannel *)sender reconnect:(BOOL *)aReconnect
Parameters:
- sender:
- aReconnect:
superChannelWillConnect:
@optional - (void) superChannelWillConnect:(ROSuperHTTPClientChannel *)sender
Parameters:
- sender:
superChannelWillDisconnect:
@optional - (void) superChannelWillDisconnect:(ROSuperHTTPClientChannel *)sender
Parameters:
- sender:
See Also
- ROSuperHTTPClientChannel class
- ROClientChannelDelegate protocol