public class SocksProxyConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
password |
protected int |
proxyBridgePort |
protected String |
remoteProxyHost |
protected Integer |
remoteProxyPort |
protected String |
username |
| Modifier | Constructor and Description |
|---|---|
protected |
SocksProxyConfig(String remoteProxyHost,
Integer remoteProxyPort,
String username,
String password,
int proxyBridgePort) |
Copyright © 2017. All rights reserved.