Package software.amazon.awssdk.http.crt
Class ProxyConfiguration
java.lang.Object
software.amazon.awssdk.crtcore.CrtProxyConfiguration
software.amazon.awssdk.http.crt.ProxyConfiguration
- All Implemented Interfaces:
ToCopyableBuilder<ProxyConfiguration.Builder,ProxyConfiguration>
@SdkPublicApi
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.-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from class software.amazon.awssdk.crtcore.CrtProxyConfiguration
equals, hashCode, host, isUseEnvironmentVariableValues, nonProxyHosts, password, port, scheme, usernameMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ProxyConfiguration.Builder,ProxyConfiguration>
-
builder
-