org.netbeans.core
Class ProxySettings
java.lang.Object
org.netbeans.core.ProxySettings
public class ProxySettings
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROXY_HTTP_HOST
public static final String PROXY_HTTP_HOST
- See Also:
- Constant Field Values
PROXY_HTTP_PORT
public static final String PROXY_HTTP_PORT
- See Also:
- Constant Field Values
PROXY_HTTPS_HOST
public static final String PROXY_HTTPS_HOST
- See Also:
- Constant Field Values
PROXY_HTTPS_PORT
public static final String PROXY_HTTPS_PORT
- See Also:
- Constant Field Values
PROXY_SOCKS_HOST
public static final String PROXY_SOCKS_HOST
- See Also:
- Constant Field Values
PROXY_SOCKS_PORT
public static final String PROXY_SOCKS_PORT
- See Also:
- Constant Field Values
NOT_PROXY_HOSTS
public static final String NOT_PROXY_HOSTS
- See Also:
- Constant Field Values
PROXY_TYPE
public static final String PROXY_TYPE
- See Also:
- Constant Field Values
USE_PROXY_AUTHENTICATION
public static final String USE_PROXY_AUTHENTICATION
- See Also:
- Constant Field Values
PROXY_AUTHENTICATION_USERNAME
public static final String PROXY_AUTHENTICATION_USERNAME
- See Also:
- Constant Field Values
PROXY_AUTHENTICATION_PASSWORD
public static final String PROXY_AUTHENTICATION_PASSWORD
- See Also:
- Constant Field Values
USE_PROXY_ALL_PROTOCOLS
public static final String USE_PROXY_ALL_PROTOCOLS
- See Also:
- Constant Field Values
DIRECT
public static final String DIRECT
- See Also:
- Constant Field Values
PAC
public static final String PAC
- See Also:
- Constant Field Values
DIRECT_CONNECTION
public static final int DIRECT_CONNECTION
- No proxy is used to connect.
- See Also:
- Constant Field Values
AUTO_DETECT_PROXY
public static final int AUTO_DETECT_PROXY
- Proxy setting is automatically detect in OS.
- See Also:
- Constant Field Values
MANUAL_SET_PROXY
public static final int MANUAL_SET_PROXY
- Manually set proxy host and port.
- See Also:
- Constant Field Values
AUTO_DETECT_PAC
public static final int AUTO_DETECT_PAC
- Proxy PAC file automatically detect in OS.
- See Also:
- Constant Field Values
MANUAL_SET_PAC
public static final int MANUAL_SET_PAC
- Proxy PAC file manually set.
- See Also:
- Constant Field Values
ProxySettings
public ProxySettings()
getHttpHost
public static String getHttpHost()
getHttpPort
public static String getHttpPort()
getHttpsHost
public static String getHttpsHost()
getHttpsPort
public static String getHttpsPort()
getSocksHost
public static String getSocksHost()
getSocksPort
public static String getSocksPort()
getNonProxyHosts
public static String getNonProxyHosts()
getProxyType
public static int getProxyType()
useAuthentication
public static boolean useAuthentication()
useProxyAllProtocols
public static boolean useProxyAllProtocols()
getAuthenticationUsername
public static String getAuthenticationUsername()
getAuthenticationPassword
public static char[] getAuthenticationPassword()
setAuthenticationPassword
public static void setAuthenticationPassword(char[] password)
normalizeProxyHost
public static String normalizeProxyHost(String proxyHost)