xbmc
NPT_HttpClient Member List

This is the complete list of members for NPT_HttpClient, including all inherited members.

Abort() (defined in NPT_HttpClient)NPT_HttpClient
GetConfig() const (defined in NPT_HttpClient)NPT_HttpClientinline
m_Aborted (defined in NPT_HttpClient)NPT_HttpClientprotected
m_AbortLock (defined in NPT_HttpClient)NPT_HttpClientprotected
m_Config (defined in NPT_HttpClient)NPT_HttpClientprotected
m_Connector (defined in NPT_HttpClient)NPT_HttpClientprotected
m_ConnectorIsOwned (defined in NPT_HttpClient)NPT_HttpClientprotected
m_ProxySelector (defined in NPT_HttpClient)NPT_HttpClientprotected
m_ProxySelectorIsOwned (defined in NPT_HttpClient)NPT_HttpClientprotected
NPT_HttpClient(Connector *connector=NULL, bool transfer_ownership=true)NPT_HttpClient
ReadResponse(NPT_InputStreamReference &input_stream, bool should_persist, bool expect_entity, NPT_HttpResponse *&response, NPT_Reference< Connection > *cref=NULL) (defined in NPT_HttpClient)NPT_HttpClientstatic
SendRequest(NPT_HttpRequest &request, NPT_HttpResponse *&response, NPT_HttpRequestContext *context=NULL) (defined in NPT_HttpClient)NPT_HttpClient
SendRequestOnce(NPT_HttpRequest &request, NPT_HttpResponse *&response, NPT_HttpRequestContext *context=NULL) (defined in NPT_HttpClient)NPT_HttpClientprotected
SetConfig(const Config &config) (defined in NPT_HttpClient)NPT_HttpClient
SetConnector(Connector *connector) (defined in NPT_HttpClient)NPT_HttpClient
SetOptions(NPT_Flags options, bool on) (defined in NPT_HttpClient)NPT_HttpClient
SetProxy(const char *http_proxy_hostname, NPT_UInt16 http_proxy_port, const char *https_proxy_hostname=NULL, NPT_UInt16 https_proxy_port=0) (defined in NPT_HttpClient)NPT_HttpClient
SetProxySelector(NPT_HttpProxySelector *selector) (defined in NPT_HttpClient)NPT_HttpClient
SetTimeouts(NPT_Timeout connection_timeout, NPT_Timeout io_timeout, NPT_Timeout name_resolver_timeout) (defined in NPT_HttpClient)NPT_HttpClient
SetUserAgent(const char *user_agent) (defined in NPT_HttpClient)NPT_HttpClient
TrackConnection(Connection *connection) (defined in NPT_HttpClient)NPT_HttpClientprotected
WriteRequest(NPT_OutputStream &output_stream, NPT_HttpRequest &request, bool should_persist, bool use_proxy=false) (defined in NPT_HttpClient)NPT_HttpClientstatic
~NPT_HttpClient() (defined in NPT_HttpClient)NPT_HttpClientvirtual