KPAC Class Reference
Proxy Auto Configuration. More...
#include <kpac.h>
Public Member Functions | |
virtual QString | proxyForURL (const KURL &url)=0 |
Returns the proxy for the url or QString::null if the request should be done unproxied. | |
virtual bool | init (const KURL &url)=0 |
Loads the PAC-script. | |
virtual bool | discover ()=0 |
Tries to discover a PAC-script and loads it. | |
virtual void | badProxy (const QString &proxy)=0 |
Marks proxy as down. | |
Protected Member Functions | |
virtual void | virtual_hook (int id, void *data) |
Detailed Description
Proxy Auto Configuration.
Definition at line 32 of file kpac.h.
Member Function Documentation
|
Returns the proxy for the
Referenced by KProtocolManager::proxyForURL(). |
|
Loads the PAC-script.
|
|
Tries to discover a PAC-script and loads it.
|
|
Marks If the config script returns alternative proxies or allows a direct connection as fallback, this proxy will not be returned for a while. |
The documentation for this class was generated from the following files: