UseSystemProxyOptions
- Last Updated: December 16, 2024
- 1 minute read
- DataDirect Connectors
- JDBC
- Amazon Redshift 6.0
- Documentation
Purpose
Determines whether the driver attempts to use JVM system properties to configure proxy server settings by default.
Valid Values
true | false
Behavior
If set to true, the driver attempts
to use the settings of the http.proxyHost and
http.proxyPort JVM system properties. If no
proxy server settings are configured on the JVM, the driver uses the properties
specified.
If set to false, the driver uses
only proxy server properties configured in the connection string or datasource.
Specify this value when the driver is in a JVM environment with other Java
applications, but you do not want to connect through the proxy server that is JVM
system wide.
Data Source Methods
public Boolean getUseSystemProxy()
public void setUseSystemProxy(Boolean)
Default Value
true
Data Type
Boolean