KaaInternalChannelManager Protocol Reference

Conforms to KaaChannelManager
Declared in KaaInternalChannelManager.h

– onTransportConnectionInfoUpdated: required method

Reports to Channel Manager about the new server.

- (void)onTransportConnectionInfoUpdated:(id<TransportConnectionInfo>)newServer

Parameters

newServer

The parameters of the new server.

Discussion

Reports to Channel Manager about the new server.

Declared In

KaaInternalChannelManager.h

– setConnectivityChecker: required method

Sets connectivity checker to the existing channels.

- (void)setConnectivityChecker:(ConnectivityChecker *)checker

Parameters

checker

Platform-dependent connectivity checker.

Discussion

Sets connectivity checker to the existing channels.

Declared In

KaaInternalChannelManager.h

– shutdown required method

Shuts down the manager and all registered channels. The instance can no longer be used.

- (void)shutdown

Discussion

Shuts down the manager and all registered channels. The instance can no longer be used.

Declared In

KaaInternalChannelManager.h

– pause required method

Pauses all active channels.

- (void)pause

Discussion

Pauses all active channels.

Declared In

KaaInternalChannelManager.h

– resume required method

Restores channels' activity.

- (void)resume

Discussion

Restores channels' activity.

Declared In

KaaInternalChannelManager.h