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