webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
WebCore::CurlDownloadManager Class Reference

#include <CurlDownload.h>

Public Member Functions

 CurlDownloadManager ()
 
 ~CurlDownloadManager ()
 
bool add (CURL *curlHandle)
 
bool remove (CURL *curlHandle)
 
int getActiveDownloadCount () const
 
int getPendingDownloadCount () const
 

Constructor & Destructor Documentation

◆ CurlDownloadManager()

WebCore::CurlDownloadManager::CurlDownloadManager ( )

◆ ~CurlDownloadManager()

WebCore::CurlDownloadManager::~CurlDownloadManager ( )

Member Function Documentation

◆ add()

bool WebCore::CurlDownloadManager::add ( CURL *  curlHandle)

◆ getActiveDownloadCount()

int WebCore::CurlDownloadManager::getActiveDownloadCount ( ) const

◆ getPendingDownloadCount()

int WebCore::CurlDownloadManager::getPendingDownloadCount ( ) const

◆ remove()

bool WebCore::CurlDownloadManager::remove ( CURL *  curlHandle)

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