client-cpp
0.10.0
|
This is the complete list of members for kaa::IKaaChannelManager, including all inherited members.
addChannel(IDataChannelPtr channel)=0 | kaa::IKaaChannelManager | pure virtual |
clearChannelList()=0 | kaa::IKaaChannelManager | pure virtual |
getChannel(const std::string &channelId)=0 | kaa::IKaaChannelManager | pure virtual |
getChannelByTransportType(TransportType type)=0 | kaa::IKaaChannelManager | pure virtual |
getChannels()=0 | kaa::IKaaChannelManager | pure virtual |
onConnected(const EndpointConnectionInfo &connection)=0 | kaa::IKaaChannelManager | pure virtual |
onServerFailed(ITransportConnectionInfoPtr connectionInfo, KaaFailoverReason reason)=0 | kaa::IKaaChannelManager | pure virtual |
onTransportConnectionInfoUpdated(ITransportConnectionInfoPtr connectionInfo)=0 | kaa::IKaaChannelManager | pure virtual |
pause()=0 | kaa::IKaaChannelManager | pure virtual |
removeChannel(const std::string &id)=0 | kaa::IKaaChannelManager | pure virtual |
removeChannel(IDataChannelPtr channel)=0 | kaa::IKaaChannelManager | pure virtual |
resume()=0 | kaa::IKaaChannelManager | pure virtual |
setChannel(TransportType type, IDataChannelPtr channel)=0 | kaa::IKaaChannelManager | pure virtual |
setConnectivityChecker(ConnectivityCheckerPtr checker)=0 | kaa::IKaaChannelManager | pure virtual |
setFailoverStrategy(IFailoverStrategyPtr strategy)=0 | kaa::IKaaChannelManager | pure virtual |
shutdown()=0 | kaa::IKaaChannelManager | pure virtual |
~IKaaChannelManager() | kaa::IKaaChannelManager | inlinevirtual |