| 
    client-cpp
    0.0.1-SNAPSHOT
    
   | 
 
#include <RedirectionTransport.hpp>
 Inheritance diagram for kaa::RedirectionTransport:
 Collaboration diagram for kaa::RedirectionTransport:Public Member Functions | |
| RedirectionTransport (IBootstrapManager &manager) | |
| void | onRedirectionResponse (const RedirectSyncResponse &response) | 
  Public Member Functions inherited from kaa::IRedirectionTransport | |
| virtual | ~IRedirectionTransport () | 
Definition at line 25 of file RedirectionTransport.hpp.
| kaa::RedirectionTransport::RedirectionTransport | ( | IBootstrapManager & | manager | ) | 
      
  | 
  virtual | 
Retrieves the redirection info from the response and passes it to Bootstrap manager.
| response | the response from the server. | 
Implements kaa::IRedirectionTransport.