HttpProxyConfiguration
November 13, 2025 ยท View on GitHub
Class for holding http proxy configuration.
Methods
| Name | Description | Return Type |
|---|---|---|
getAddress() | The proxy server address. | String |
getPort() | The proxy server port. | String |
getUsername() | The username used for proxy authentication. | String |
getPassword() | The password used for proxy authentication. | String |
toString() | Converts this HttpProxyConfiguration into string format. | String |
newBuilder() | Builds a new HttpProxyConfiguration.Builder object. Creates the instance with the current state. | HttpProxyConfiguration.Builder |