public class Proxy extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Proxy() |
| Modifier and Type | Method and Description |
|---|---|
static Proxy |
getInstance() |
String |
getProxyHost() |
String |
getProxyPassword() |
int |
getProxyPort() |
String |
getProxyUser() |
boolean |
hasCredentials() |
boolean |
hasProxy() |
void |
print(PrintStream logger) |
public static Proxy getInstance()
public void print(PrintStream logger)
public String getProxyHost()
public int getProxyPort()
public String getProxyUser()
public String getProxyPassword()
public boolean hasCredentials()
public boolean hasProxy()
Copyright © 2004-2014. All Rights Reserved.