GPUdb C++ API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::HttpResponse Class Reference

#include <gpudb/Http.hpp>

+ Inheritance diagram for gpudb::HttpResponse:

Public Member Functions

 HttpResponse ()
 
virtual ~HttpResponse ()
 
const std::string & getResponseVersion () const
 
unsigned int getResponseCode () const
 
const std::string & getResponseMessage () const
 
const std::string & getResponseHeader (const std::string &key) const
 
const std::map< std::string,
std::string > & 
getResponseHeaders () const
 

Protected Member Functions

virtual void write (const void *data, const size_t length)
 

Friends

template<typename T >
class HttpConnection
 

Detailed Description

Definition at line 154 of file Http.hpp.

Constructor & Destructor Documentation

gpudb::HttpResponse::HttpResponse ( )
virtual gpudb::HttpResponse::~HttpResponse ( )
virtual

Member Function Documentation

unsigned int gpudb::HttpResponse::getResponseCode ( ) const
const std::string& gpudb::HttpResponse::getResponseHeader ( const std::string &  key) const
const std::map<std::string, std::string>& gpudb::HttpResponse::getResponseHeaders ( ) const
const std::string& gpudb::HttpResponse::getResponseMessage ( ) const
const std::string& gpudb::HttpResponse::getResponseVersion ( ) const
virtual void gpudb::HttpResponse::write ( const void *  data,
const size_t  length 
)
protectedvirtual

Friends And Related Function Documentation

template<typename T >
friend class HttpConnection
friend

Definition at line 171 of file Http.hpp.


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