Public Member Functions | |
void | registerEasyHandle (CURL *easy) const |
![]() | |
Request * | addRequest (Request *request, RequestCallback callback=nullptr) |
Additional Inherited Members | |
![]() | |
static uint32 | getCloudRequestsPeriodInMicroseconds () |
![]() | |
static bool | hasInstance () |
static Networking::ConnectionManager & | instance () |
static void | destroy () |
![]() | |
typedef Networking::ConnectionManager | SingletonBaseType |
![]() | |
static Networking::ConnectionManager * | _singleton |
void Networking::ConnectionManagerCurl::registerEasyHandle | ( | CURL * | easy | ) | const |
All libcurl transfers are going through this ConnectionManager. So, if you want to start any libcurl transfer, you must create an easy handle and register it using this method.