GPUdb C++ API  Version 6.2.0.3
gpudb::BinaryHttpResponse Class Reference

#include <gpudb/Http.hpp>

+ Inheritance diagram for gpudb::BinaryHttpResponse:
+ Collaboration diagram for gpudb::BinaryHttpResponse:

Public Member Functions

const std::vector< uint8_t > & getResponseBody () const
 
- Public Member Functions inherited from gpudb::HttpResponse
 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)
 

Detailed Description

Definition at line 174 of file Http.hpp.

Member Function Documentation

◆ getResponseBody()

const std::vector<uint8_t>& gpudb::BinaryHttpResponse::getResponseBody ( ) const

◆ write()

virtual void gpudb::BinaryHttpResponse::write ( const void *  data,
const size_t  length 
)
protectedvirtual

Reimplemented from gpudb::HttpResponse.


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