public class Proxy extends Object
| Constructor and Description |
|---|
Proxy(Map<String,String> robotDictionary) |
| Modifier and Type | Method and Description |
|---|---|
Authentication |
getAuth() |
String |
getHost() |
org.apache.http.HttpHost |
getHttpHost() |
int |
getPort() |
boolean |
isAuthenticable() |
boolean |
isInUse() |
void |
setAuth(Authentication auth) |
void |
setHost(String host) |
void |
setPort(int port) |
String |
toString() |
public String getHost()
public org.apache.http.HttpHost getHttpHost()
public void setHost(String host)
public int getPort()
public void setPort(int port)
public Authentication getAuth()
public void setAuth(Authentication auth)
public boolean isAuthenticable()
public boolean isInUse()
Copyright © 2017. All rights reserved.