client-cpp
0.10.0
|
#include <RedirectionTransport.hpp>
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.