|
client-cpp
0.9.0
|
#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 27 of file IRedirectionTransport.hpp.
|
inlinevirtual |
Definition at line 40 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.