|
Molybden
|
Provides access to the profile proxy functionality. More...
#include <proxy.hpp>
Public Member Functions | |
| virtual std::shared_ptr< Profile > | profile ()=0 |
| The profile of this proxy service. | |
| virtual std::shared_ptr< ProxyConfig > | config ()=0 |
| The current proxy configuration. | |
| virtual void | setConfig (std::shared_ptr< ProxyConfig > config)=0 |
| Updates the current proxy configuration with the given config. | |
Provides access to the profile proxy functionality.
|
pure virtual |
Updates the current proxy configuration with the given config.
| config | the new proxy configuration. |