Class: Proxy

Configuration.Proxy

This class encapsulates all proxy-specific configuration in Continuum represented by the 'proxy' object defined in the user-editable continuum.conf.js file.

Methods

getHost() → (nullable) {string}

Gets the value for the 'host' attribute of the the 'proxy' object defined in continuum.conf.js. The IP address or hostname of the desired proxy to route all network traffic from Continuum through. Set to null if you don't want to use a proxy.
Source:
Returns:
Type
string

getPassword() → (nullable) {string}

Gets the value for the 'password' attribute of the 'proxy' object defined in continuum.conf.js. The password for the desired proxy to route all network traffic from Continuum through. Set to null if your proxy does not require a password, or if you don't want to use a proxy.
Source:
Returns:
Type
string

getPort() → (nullable) {number}

Gets the value for the 'port' attribute of the the 'proxy' object defined in continuum.conf.js. The port of the desired proxy to route all network traffic from Continuum through. Set to null if you don't want to use a proxy.
Source:
Returns:
Type
number

getUsername() → (nullable) {string}

Gets the value for the 'username' attribute of the the 'proxy' object defined in continuum.conf.js. The username for the desired proxy to route all network traffic from Continuum through. Set to null if your proxy does not require a username, or if you don't want to use a proxy.
Source:
Returns:
Type
string