|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.actf.util.httpproxy.ExternalProxyConfig
public class ExternalProxyConfig
ExternalProxyConfig is class to configure an external Proxy that used by IHTTPProxy.
IHTTPProxy
,
HTTPProxyFactory
Constructor Summary | |
---|---|
ExternalProxyConfig()
Constructor of the class |
Method Summary | |
---|---|
boolean |
getExternalProxyFlag()
Check if an external proxy is used for HTTPProxy |
String |
getExternalProxyHost()
Get external proxy host URL in String |
int |
getExternalProxyPort()
Get external proxy port number |
void |
setExternalProxy(String host,
int port)
Set external proxy host and port |
void |
setExternalProxyFlag(boolean flag)
Set boolean value to specify if HTTPProxy needs to use an external proxy |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExternalProxyConfig()
Method Detail |
---|
public boolean getExternalProxyFlag()
public void setExternalProxyFlag(boolean flag)
flag
- true if need to use external proxypublic String getExternalProxyHost()
public int getExternalProxyPort()
public void setExternalProxy(String host, int port)
host
- URL of target external proxy hostport
- port number of target external proxy
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |