bes
Updated for version 3.20.6
|
Encapsulate a libcurl multi handle. More...
#include <CurlHandlePool.h>
Public Member Functions | |
void | add_easy_handle (dmrpp_easy_handle *eh) |
Add an Easy Handle to a Multi Handle object. More... | |
void | read_data () |
The read_data() method for parallel transfers. More... | |
Encapsulate a libcurl multi handle.
Definition at line 83 of file CurlHandlePool.h.
void dmrpp_multi_handle::add_easy_handle | ( | dmrpp_easy_handle * | eh | ) |
Add an Easy Handle to a Multi Handle object.
eh | The CURL easy handle to add |
Definition at line 400 of file CurlHandlePool.cc.
void dmrpp_multi_handle::read_data | ( | ) |
The read_data() method for parallel transfers.
This uses either the CURL Multi API or pthreads to read N dmrpp_easy_handle instances in parallel.
Definition at line 439 of file CurlHandlePool.cc.