Class ProxyConfiguration

java.lang.Object
software.amazon.awssdk.crtcore.CrtProxyConfiguration
software.amazon.awssdk.http.crt.ProxyConfiguration
All Implemented Interfaces:
ToCopyableBuilder<ProxyConfiguration.Builder,ProxyConfiguration>

public final class ProxyConfiguration extends CrtProxyConfiguration implements ToCopyableBuilder<ProxyConfiguration.Builder,ProxyConfiguration>
Proxy configuration for AwsCrtAsyncHttpClient. This class is used to configure an HTTPS or HTTP proxy to be used by the AwsCrtAsyncHttpClient.
See Also: