Class ProxyEnvironmentVariableConfigProvider

  • All Implemented Interfaces:
    ProxyConfigProvider

    public class ProxyEnvironmentVariableConfigProvider
    extends Object
    implements ProxyConfigProvider
    An implementation of the ProxyConfigProvider interface that retrieves proxy configuration settings from environment variables. This class is responsible for extracting proxy host, port, username, and password settings from environment variables based on the specified proxy scheme (HTTP or HTTPS).
    See Also:
    ProxyConfigProvider