| 
    client-cpp
    0.0.1-SNAPSHOT
    
   | 
 
#include <IBootstrapTransport.hpp>
 Inheritance diagram for kaa::IBootstrapTransport:Public Member Functions | |
| virtual boost::shared_ptr < Resolve >  | createResolveRequest ()=0 | 
| virtual void | onResolveResponse (OperationsServerList servers)=0 | 
| virtual | ~IBootstrapTransport () | 
Updates the Bootstrap manager state.
Definition at line 28 of file IBootstrapTransport.hpp.
      
  | 
  inlinevirtual | 
Definition at line 48 of file IBootstrapTransport.hpp.
      
  | 
  pure virtual | 
Creates new Resolve request.
Implemented in kaa::BootstrapTransport.
      
  | 
  pure virtual | 
Updates the state of the Bootstrap manager according the given response.
| servers | response from Bootstrap server. | 
Implemented in kaa::BootstrapTransport.