DefaultChannelManager Class Reference
Inherits from | NSObject |
---|---|
Conforms to | KaaInternalChannelManager |
Declared in | DefaultChannelManager.h DefaultChannelManager.m |
– onTransportConnectionInfoUpdated:
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.
See Also
Declared In
KaaInternalChannelManager.h
– setConnectivityChecker:
Sets connectivity checker to the existing channels.
- (void)setConnectivityChecker:(ConnectivityChecker *)connectivityChecker
Parameters
checker |
Platform-dependent connectivity checker. |
---|
Discussion
Sets connectivity checker to the existing channels.
See Also
Declared In
KaaInternalChannelManager.h
– shutdown
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
Pauses all active channels.
- (void)pause
Discussion
Pauses all active channels.
Declared In
KaaInternalChannelManager.h
– resume
Restores channels' activity.
- (void)resume
Discussion
Restores channels' activity.
Declared In
KaaInternalChannelManager.h