client-cpp  0.6.3
kaa::IRedirectionTransport Class Referenceabstract

#include <IRedirectionTransport.hpp>

+ Inheritance diagram for kaa::IRedirectionTransport:

Public Member Functions

virtual void onRedirectionResponse (const RedirectSyncResponse &response)=0
 
virtual ~IRedirectionTransport ()
 

Detailed Description

Transport for processing the Redirection response from server.

Definition at line 27 of file IRedirectionTransport.hpp.

Constructor & Destructor Documentation

virtual kaa::IRedirectionTransport::~IRedirectionTransport ( )
inlinevirtual

Definition at line 40 of file IRedirectionTransport.hpp.

Member Function Documentation

virtual void kaa::IRedirectionTransport::onRedirectionResponse ( const RedirectSyncResponse &  response)
pure virtual

Retrieves the redirection info from the response and passes it to Bootstrap manager.

Parameters
responsethe response from the server.
See also
RedirectSyncResponse

Implemented in kaa::RedirectionTransport.


The documentation for this class was generated from the following file: