| 
    client-cpp
    0.7.0
    
   | 
 
#include <IBootstrapTransport.hpp>
 Inheritance diagram for kaa::IBootstrapTransport:Public Member Functions | |
| virtual std::shared_ptr < BootstrapSyncRequest >  | createBootstrapSyncRequest ()=0 | 
| virtual void | onBootstrapResponse (const BootstrapSyncResponse &response)=0 | 
| virtual | ~IBootstrapTransport () | 
Interface to implement module responsible for creation the Bootstrap sync request and processing the response from the Bootstrap server.
Definition at line 28 of file IBootstrapTransport.hpp.
      
  | 
  inlinevirtual | 
Definition at line 49 of file IBootstrapTransport.hpp.
      
  | 
  pure virtual | 
Creates Bootstrap sync request.
Implemented in kaa::BootstrapTransport.
      
  | 
  pure virtual | 
Updates the state of the Bootstrap manager according the given response.
| response | The Bootstrap server response. | 
Implemented in kaa::BootstrapTransport.