Class ProxySystemPropertyConfigProvider

  • All Implemented Interfaces:
    ProxyConfigProvider

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