Class ProxySystemPropertyConfigProvider

java.lang.Object
software.amazon.awssdk.utils.internal.proxy.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: