Definition at line 145 of file proxyconf.cpp.
◆ NetworkProxyFactory()
Maemo::NetworkProxyFactory::NetworkProxyFactory |
( |
| ) |
|
|
inline |
◆ queryProxy()
This function takes the query request, query, examines the details of the type of socket or request and returns a list of QNetworkProxy objects that indicate the proxy servers to be used, in order of preference.
When reimplementing this class, take care to return at least one element.
If you cannot determine a better proxy alternative, use QNetworkProxy::DefaultProxy, which tells the code querying for a proxy to use a higher alternative. For example, if this factory is set to a QNetworkAccessManager object, DefaultProxy will tell it to query the application-level proxy settings.
If this factory is set as the application proxy factory, DefaultProxy and NoProxy will have the same meaning.
Implements QNetworkProxyFactory.
Definition at line 156 of file proxyconf.cpp.
QList< QNetworkProxy > flush(const QNetworkProxyQuery &query=QNetworkProxyQuery())
bool isEmpty() const
Returns true if the list contains no items; otherwise returns false.
◆ proxy_conf
ProxyConf Maemo::NetworkProxyFactory::proxy_conf |
|
private |
◆ proxy_data_read
bool Maemo::NetworkProxyFactory::proxy_data_read |
|
private |
The documentation for this class was generated from the following file: