Proxy options for a net client or a net client.
AnythingProxyOptionsBaseDataObjectBasicIdentifiableObjectAnythingno subtypes hierarchy
| Initializer |
ProxyOptions(String? host = null, String? password = null, Integer? port = null, ProxyType? type = null, String? username = null)Parameters:
|
| Attributes | |
host | shared String? hostSet proxy host. |
password | shared String? passwordSet proxy password. |
port | shared Integer? portSet proxy port. |
type | shared ProxyType? typeSet proxy type. ProxyType can be HTTP, SOCKS4 and SOCKS5 |
username | shared String? usernameSet proxy username. |
| Inherited Attributes |
Attributes inherited from: Objecthash, string |