public final class ExternalProperties extends Object
| Modifier and Type | Field and Description | 
|---|---|
static String | 
HTTP_NON_PROXY_HOSTS
Property used to indicate the hosts that should be accessed
 without going through the proxy. 
 | 
static String | 
HTTP_PROXY_HOST
Property used to specify the hostname, or address, of the proxy server. 
 | 
static String | 
HTTP_PROXY_PASSWORD
Property used to specify the password to authenticate with the proxy. 
 | 
static String | 
HTTP_PROXY_PORT
Property used to specify the port number of the proxy server. 
 | 
static String | 
HTTP_PROXY_USER
Property used to specify the user name to authenticate with the proxy. 
 | 
public static final String HTTP_PROXY_HOST
public static final String HTTP_PROXY_PORT
public static final String HTTP_NON_PROXY_HOSTS
public static final String HTTP_PROXY_USER
public static final String HTTP_PROXY_PASSWORD
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.