KaaInternalChannelManager Protocol Reference

Conforms to KaaChannelManager
Declared in KaaInternalChannelManager.h

Overview

Copyright 2014-2016 CyberVision, Inc.

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

– 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