ProxyPort
- Last Updated: June 7, 2024
- 1 minute read
- DataDirect Connectors
- JDBC
- IBM Db2 5.1
- MySQL 5.1
- Progress OpenEdge 5.1
- SAP Sybase 5.1
- Documentation
Purpose
Specifies the port number where the proxy server is listening for HTTP or HTTPS requests for the first connection.
Valid Values
port
where:
port
is the port number on which the proxy server is listening. Contact your system administrator to obtain the correct port.
Data Source Methods
public Integer getProxyPort()
public void setProxyPort(Integer)
Default Value
0 which means that the default value is determined by whether the value specified
for the ProxyHost property is an HTTP or HTTPS URL.
For HTTP: 80
For HTTPS: 443
Data Type
Integer