Class ProxyConfiguration

java.lang.Object
software.amazon.awssdk.http.nio.netty.ProxyConfiguration
All Implemented Interfaces:
ToCopyableBuilder<ProxyConfiguration.Builder,ProxyConfiguration>

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