Proxy options for a net client or a net client.
Anything
ProxyOptions
BaseDataObject
Basic
Identifiable
Object
Anything
no subtypes hierarchy
Initializer |
ProxyOptions(String? host = null, String? password = null, Integer? port = null, ProxyType? type = null, String? username = null) Parameters:
|
Attributes | |
host | shared String? host Set proxy host. |
password | shared String? password Set proxy password. |
port | shared Integer? port Set proxy port. |
type | shared ProxyType? type Set proxy type. ProxyType can be HTTP, SOCKS4 and SOCKS5 |
username | shared String? username Set proxy username. |
Inherited Attributes |
Attributes inherited from: Object hash , string |