public interface ProxyConfiguration
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
Returns the address (hostname or IP) of the proxy server.
|
String |
getPassword()
Returns the password associated with the proxy authentication username.
|
int |
getPort()
Returns the port number on which the proxy server is listening.
|
String |
getUsername()
Returns the username used for proxy authentication.
|
String getAddress()
Stringint getPort()
String getUsername()
StringCopyright © 2025. All rights reserved.