|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.proxy.ProxySettings
public final class ProxySettings
Proxy settings
Method Summary | |
---|---|
static java.lang.String |
getNonProxyHosts()
Gets the nonproxyHosts value |
static org.restlet.data.ChallengeResponse |
getProxyAuthentication()
Gets the proxyAuthentication value |
static java.lang.String |
getProxyHost()
Gets the proxyHost value |
static java.lang.String |
getProxyPassword()
Gets the proxyPassword value |
static java.lang.String |
getProxyPort()
Gets the proxyPort value |
static java.lang.String |
getProxyUser()
Gets the proxyUser value |
static void |
init(java.util.Map<java.lang.String,java.lang.Object> context)
Init the proxy setting |
static void |
init(java.lang.String[] args,
SitoolsSettings settings)
Init the proxy setting |
static boolean |
isWithProxy()
Gets the withProxy value |
static void |
reset()
Init the proxy setting |
static void |
setWithProxy(boolean withProxy)
Sets the value of withProxy |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void init(java.util.Map<java.lang.String,java.lang.Object> context)
context
- Mappublic static void init(java.lang.String[] args, SitoolsSettings settings)
args
- command line argumentssettings
- SITools settingspublic static void reset()
public static boolean isWithProxy()
public static void setWithProxy(boolean withProxy)
withProxy
- the withProxy to setpublic static java.lang.String getProxyHost()
public static java.lang.String getProxyPort()
public static java.lang.String getProxyUser()
public static java.lang.String getProxyPassword()
public static org.restlet.data.ChallengeResponse getProxyAuthentication()
public static java.lang.String getNonProxyHosts()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |