public class CommonProxy extends Object
| Constructor and Description |
|---|
CommonProxy(String ip) |
CommonProxy(String ip,
Integer port) |
CommonProxy(String ip,
Integer port,
String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
String |
getIp() |
String |
getPassword() |
int |
getPort() |
String |
getUsername() |
boolean |
hasAuthentication() |
static CommonProxy |
parse(String proxy)
Convenience-method even thu it creates a cyclic dependency to CommonProxyParser
|
String |
toString() |
public CommonProxy(String ip)
public static CommonProxy parse(String proxy)
public String getUsername()
public String getPassword()
public boolean hasAuthentication()
public String getIp()
public int getPort()
Copyright © 2017. All rights reserved.