| 
    client-cpp
    0.0.1-SNAPSHOT
    
   | 
 
#include <IHttpClient.hpp>
 Inheritance diagram for kaa::IHttpClient:Public Member Functions | |
| virtual boost::shared_ptr < IHttpResponse >  | sendRequest (const IHttpRequest &request)=0 | 
| virtual void | closeConnection ()=0 | 
| virtual | ~IHttpClient () | 
Definition at line 26 of file IHttpClient.hpp.
      
  | 
  inlinevirtual | 
Definition at line 32 of file IHttpClient.hpp.
      
  | 
  pure virtual | 
Implemented in kaa::HttpClient.
      
  | 
  pure virtual | 
Implemented in kaa::HttpClient.