#include <HttpDataProcessor.hpp>
Definition at line 39 of file HttpDataProcessor.hpp.
 
  
  
      
        
          | kaa::HttpDataProcessor::HttpDataProcessor  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
      
        
          | std::shared_ptr<IHttpRequest> kaa::HttpDataProcessor::createBootstrapRequest  | 
          ( | 
          const HttpUrl &  | 
          url,  | 
        
        
           | 
           | 
          const std::vector< std::uint8_t > &  | 
          data  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
      
        
          | std::shared_ptr<IHttpRequest> kaa::HttpDataProcessor::createOperationRequest  | 
          ( | 
          const HttpUrl &  | 
          url,  | 
        
        
           | 
           | 
          const std::vector< std::uint8_t > &  | 
          data  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
      
        
          | std::string kaa::HttpDataProcessor::retrieveBootstrapResponse  | 
          ( | 
          const IHttpResponse &  | 
          response | ) | 
           | 
        
      
 
 
      
        
          | std::string kaa::HttpDataProcessor::retrieveOperationResponse  | 
          ( | 
          const IHttpResponse &  | 
          response | ) | 
           | 
        
      
 
 
  
  
      
        
          | void kaa::HttpDataProcessor::setEncoderDecoder  | 
          ( | 
          std::shared_ptr< IEncoderDecoder >  | 
          encoderDecoder | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
The documentation for this class was generated from the following file: