Proxy server specification methods
- Last Updated: July 22, 2025
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
You use proxy server specification methods if a Proxy Web server exists between the client and the Web server hosting an adapter.
The methods in the following table provide Proxy Web server support to a Java Open Client application. For a detailed description of each property, see Alphabetical list of properties.
| Method | Description |
|---|---|
setProxyHost(String hostname) |
Sets PROGRESS.Session.proxyHost |
getProxyHost() |
Gets PROGRESS.Session.proxyHost |
setProxyPort(int port) |
Sets PROGRESS.Session.proxyPort |
getProxyPort() |
Gets PROGRESS.Session.proxyPort |
setProxyUserid(String userid) |
Sets PROGRESS.Session.proxyUserId |
getProxyUserId() |
Gets PROGRESS.Session.proxyUserId |
setProxyPassword(String password) |
Sets PROGRESS.Session.proxyPassword |
getProxyPassword() |
Gets PROGRESS.Session.proxyPassword |