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>)newServerParameters
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 *)connectivityCheckerParameters
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)shutdownDiscussion
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)pauseDiscussion
Pauses all active channels.
Declared In
KaaInternalChannelManager.h
– resume
Restores channels' activity.
- (void)resumeDiscussion
Restores channels' activity.
Declared In
KaaInternalChannelManager.h