bes
Updated for version 3.20.6
|
Bundle a libcurl easy handle to other information. More...
#include <CurlHandlePool.h>
Public Member Functions | |
dmrpp_easy_handle () | |
Build a string with hex info about stuff libcurl gets. More... | |
void | read_data () |
This is the read_data() method for serial transfers. More... | |
Friends | |
class | CurlHandlePool |
class | dmrpp_multi_handle |
Bundle a libcurl easy handle to other information.
Provide an object that encapsulates a libcurl easy handle, a URL and a DMR++ handler 'chunk.' This can be used with the libcurl 'easy' API for serial data access or with the 'multi' API and a libcurl multi handle for parallel (round robin) data transfers.
Definition at line 61 of file CurlHandlePool.h.
dmrpp_easy_handle::dmrpp_easy_handle | ( | ) |
Build a string with hex info about stuff libcurl gets.
Unused, but might be useful someday.
Definition at line 218 of file CurlHandlePool.cc.
void dmrpp_easy_handle::read_data | ( | ) |
This is the read_data() method for serial transfers.
Definition at line 313 of file CurlHandlePool.cc.