public class Proxy extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
bypass
Optional coma-separated domains to bypass proxy, for example
".com, chromium.org, .domain.com". |
String |
password
Optional password to use if HTTP proxy requires authentication.
|
String |
server
Proxy to be used for all requests.
|
String |
username
Optional username to use if HTTP proxy requires authentication.
|
| Modifier and Type | Method and Description |
|---|---|
Proxy |
setBypass(String bypass) |
Proxy |
setPassword(String password) |
Proxy |
setUsername(String username) |
public String server
http://myproxy.com:3128 or
socks5://myproxy.com:3128. Short form myproxy.com:3128 is considered an HTTP proxy.public String bypass
".com, chromium.org, .domain.com".public String username
public String password
public Proxy(String server)
Copyright © 2021. All rights reserved.