libqutim  0.3.2.0
qutim_sdk_0_3::HttpProxyInfo Class Reference

#include <networkproxy.h>

+ Inheritance diagram for qutim_sdk_0_3::HttpProxyInfo:

List of all members.

Public Member Functions

virtual LocalizedString description ()
virtual QString name ()
virtual void saveSettings (Config config, const DataItem &settings)
virtual DataItem settings (const Config &config)

Static Public Member Functions

static HttpProxyInfoinstance ()

Protected Member Functions

 HttpProxyInfo ()

Detailed Description

Default implementation of http proxy.


Constructor & Destructor Documentation


Member Function Documentation

Returns the proxy description.

Implements qutim_sdk_0_3::NetworkProxyInfo.

Returns a pointer to the http proxy object.

virtual QString qutim_sdk_0_3::HttpProxyInfo::name ( ) [virtual]

Returns the unique proxy name.

When implementing a NetworkProxyInfo in a plugin, do not forget that the proxy name is unique. To avoid conflicts with other plugins always add prefix to the name. For instance: "jabber/http".

Implements qutim_sdk_0_3::NetworkProxyInfo.

virtual void qutim_sdk_0_3::HttpProxyInfo::saveSettings ( Config  config,
const DataItem settings 
) [virtual]

Saves the setting to the config.

Implements qutim_sdk_0_3::NetworkProxyInfo.

virtual DataItem qutim_sdk_0_3::HttpProxyInfo::settings ( const Config config) [virtual]

Returns the settings data form for the proxy.

You may want to consider to use NetworkProxyManager::settings(Account*) instead of this method.

See also:
NetworkProxyManager::settings(), NetworkProxyManager::settings(Account*)

Implements qutim_sdk_0_3::NetworkProxyInfo.


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