webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <ResourceHandleManager.h>
Public Types | |
enum | ProxyType { HTTP = CURLPROXY_HTTP, Socks4 = CURLPROXY_SOCKS4, Socks4A = CURLPROXY_SOCKS4A, Socks5 = CURLPROXY_SOCKS5, Socks5Hostname = CURLPROXY_SOCKS5_HOSTNAME } |
Public Member Functions | |
void | add (ResourceHandle *) |
void | cancel (ResourceHandle *) |
CURLSH * | getCurlShareHandle () const |
void | setCookieJarFileName (const char *cookieJarFileName) |
const char * | getCookieJarFileName () const |
void | dispatchSynchronousJob (ResourceHandle *) |
void | setupPOST (ResourceHandle *, struct curl_slist **) |
void | setupPUT (ResourceHandle *, struct curl_slist **) |
void | setProxyInfo (const String &host=emptyString(), unsigned long port=0, ProxyType=HTTP, const String &username=emptyString(), const String &password=emptyString()) |
Static Public Member Functions | |
static ResourceHandleManager * | sharedInstance () |
void WebCore::ResourceHandleManager::add | ( | ResourceHandle * | ) |
void WebCore::ResourceHandleManager::cancel | ( | ResourceHandle * | ) |
void WebCore::ResourceHandleManager::dispatchSynchronousJob | ( | ResourceHandle * | ) |
const char* WebCore::ResourceHandleManager::getCookieJarFileName | ( | ) | const |
CURLSH* WebCore::ResourceHandleManager::getCurlShareHandle | ( | ) | const |
void WebCore::ResourceHandleManager::setCookieJarFileName | ( | const char * | cookieJarFileName | ) |
void WebCore::ResourceHandleManager::setProxyInfo | ( | const String & | host = emptyString() , |
unsigned long | port = 0 , |
||
ProxyType | = HTTP , |
||
const String & | username = emptyString() , |
||
const String & | password = emptyString() |
||
) |
void WebCore::ResourceHandleManager::setupPOST | ( | ResourceHandle * | , |
struct curl_slist ** | |||
) |
void WebCore::ResourceHandleManager::setupPUT | ( | ResourceHandle * | , |
struct curl_slist ** | |||
) |
|
static |