Package org.glassfish.jersey
Class ExternalProperties
java.lang.Object
org.glassfish.jersey.ExternalProperties
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Property used to indicate the hosts that should be accessed without going through the proxy.static final String
Property used to specify the hostname, or address, of the proxy server.static final String
Property used to specify the password to authenticate with the proxy.static final String
Property used to specify the port number of the proxy server.static final String
Property used to specify the user name to authenticate with the proxy. -
Method Summary
-
Field Details
-
HTTP_PROXY_HOST
Property used to specify the hostname, or address, of the proxy server.- See Also:
-
HTTP_PROXY_PORT
Property used to specify the port number of the proxy server.- See Also:
-
HTTP_NON_PROXY_HOSTS
Property used to indicate the hosts that should be accessed without going through the proxy.- See Also:
-
HTTP_PROXY_USER
Property used to specify the user name to authenticate with the proxy.- See Also:
-
HTTP_PROXY_PASSWORD
Property used to specify the password to authenticate with the proxy.- See Also:
-