| 
    client-cpp
    0.0.1-SNAPSHOT
    
   | 
 
#include <IRedirectionTransport.hpp>
 Inheritance diagram for kaa::IRedirectionTransport:Public Member Functions | |
| virtual void | onRedirectionResponse (const RedirectSyncResponse &response)=0 | 
| virtual | ~IRedirectionTransport () | 
Transport for processing the Redirection response from server.
Definition at line 28 of file IRedirectionTransport.hpp.
      
  | 
  inlinevirtual | 
Definition at line 41 of file IRedirectionTransport.hpp.
      
  | 
  pure virtual | 
Retrieves the redirection info from the response and passes it to Bootstrap manager.
| response | the response from the server. | 
Implemented in kaa::RedirectionTransport.