client-cpp
0.10.0
|
#include <IKaaTransport.hpp>
Public Member Functions | |
virtual void | sync ()=0 |
virtual | ~IKaaTransport () |
Transport interface processing request and response for the specific service.
Definition at line 32 of file IKaaTransport.hpp.
|
inlinevirtual |
Definition at line 43 of file IKaaTransport.hpp.
|
pure virtual |
Sets the specific IKaaChannelManager for the current transport.
channelManager | manager to be set. |
Implemented in kaa::NotificationTransport, kaa::EventTransport, kaa::ProfileTransport, kaa::ConfigurationTransport, kaa::BootstrapTransport, kaa::UserTransport, and kaa::LoggingTransport.