Class ExternalProperties

java.lang.Object
org.glassfish.jersey.ExternalProperties

public final class ExternalProperties extends Object
  • Field Details

    • HTTP_PROXY_HOST

      public static final String HTTP_PROXY_HOST
      Property used to specify the hostname, or address, of the proxy server.
      See Also:
    • HTTP_PROXY_PORT

      public static final String HTTP_PROXY_PORT
      Property used to specify the port number of the proxy server.
      See Also:
    • HTTP_NON_PROXY_HOSTS

      public static final String HTTP_NON_PROXY_HOSTS
      Property used to indicate the hosts that should be accessed without going through the proxy.
      See Also:
    • HTTP_PROXY_USER

      public static final String HTTP_PROXY_USER
      Property used to specify the user name to authenticate with the proxy.
      See Also:
    • HTTP_PROXY_PASSWORD

      public static final String HTTP_PROXY_PASSWORD
      Property used to specify the password to authenticate with the proxy.
      See Also: