A B C D E H I M N P R S U
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addNonProxyHost(String) - Method in interface software.amazon.awssdk.crtcore.CrtProxyConfiguration.Builder
-
Add a host that the client is allowed to access without going through the proxy.
- addNonProxyHost(String) - Method in class software.amazon.awssdk.crtcore.CrtProxyConfiguration.DefaultBuilder
B
- build() - Method in interface software.amazon.awssdk.crtcore.CrtConnectionHealthConfiguration.Builder
- build() - Method in interface software.amazon.awssdk.crtcore.CrtProxyConfiguration.Builder
C
- CrtConfigurationUtils - Class in software.amazon.awssdk.crtcore
- CrtConnectionHealthConfiguration - Class in software.amazon.awssdk.crtcore
-
The base class for CRT connection health configuration
- CrtConnectionHealthConfiguration(CrtConnectionHealthConfiguration.DefaultBuilder<?>) - Constructor for class software.amazon.awssdk.crtcore.CrtConnectionHealthConfiguration
- CrtConnectionHealthConfiguration.Builder - Interface in software.amazon.awssdk.crtcore
-
A builder for
CrtConnectionHealthConfiguration. - CrtConnectionHealthConfiguration.DefaultBuilder<B extends CrtConnectionHealthConfiguration.Builder> - Class in software.amazon.awssdk.crtcore
- CrtProxyConfiguration - Class in software.amazon.awssdk.crtcore
-
The base class for AWS CRT proxy configuration
- CrtProxyConfiguration(CrtProxyConfiguration.DefaultBuilder<?>) - Constructor for class software.amazon.awssdk.crtcore.CrtProxyConfiguration
- CrtProxyConfiguration.Builder - Interface in software.amazon.awssdk.crtcore
-
Builder for
CrtProxyConfiguration. - CrtProxyConfiguration.DefaultBuilder<B extends CrtProxyConfiguration.Builder> - Class in software.amazon.awssdk.crtcore
D
- DefaultBuilder() - Constructor for class software.amazon.awssdk.crtcore.CrtConnectionHealthConfiguration.DefaultBuilder
- DefaultBuilder() - Constructor for class software.amazon.awssdk.crtcore.CrtProxyConfiguration.DefaultBuilder
- DefaultBuilder(CrtConnectionHealthConfiguration) - Constructor for class software.amazon.awssdk.crtcore.CrtConnectionHealthConfiguration.DefaultBuilder
- DefaultBuilder(CrtProxyConfiguration) - Constructor for class software.amazon.awssdk.crtcore.CrtProxyConfiguration.DefaultBuilder
E
- equals(Object) - Method in class software.amazon.awssdk.crtcore.CrtConnectionHealthConfiguration
- equals(Object) - Method in class software.amazon.awssdk.crtcore.CrtProxyConfiguration
H
- hashCode() - Method in class software.amazon.awssdk.crtcore.CrtConnectionHealthConfiguration
- hashCode() - Method in class software.amazon.awssdk.crtcore.CrtProxyConfiguration
- host() - Method in class software.amazon.awssdk.crtcore.CrtProxyConfiguration
- host(String) - Method in interface software.amazon.awssdk.crtcore.CrtProxyConfiguration.Builder
-
Set the hostname of the proxy.
- host(String) - Method in class software.amazon.awssdk.crtcore.CrtProxyConfiguration.DefaultBuilder
I
- isUseEnvironmentVariableValues() - Method in class software.amazon.awssdk.crtcore.CrtProxyConfiguration
-
Indicates whether environment variables are utilized for proxy configuration.
M
- minimumThroughputInBps() - Method in class software.amazon.awssdk.crtcore.CrtConnectionHealthConfiguration
- minimumThroughputInBps(Long) - Method in interface software.amazon.awssdk.crtcore.CrtConnectionHealthConfiguration.Builder
-
Sets a throughput threshold for connections.
- minimumThroughputInBps(Long) - Method in class software.amazon.awssdk.crtcore.CrtConnectionHealthConfiguration.DefaultBuilder
- minimumThroughputTimeout() - Method in class software.amazon.awssdk.crtcore.CrtConnectionHealthConfiguration
- minimumThroughputTimeout(Duration) - Method in interface software.amazon.awssdk.crtcore.CrtConnectionHealthConfiguration.Builder
-
Sets how long a connection is allowed to be unhealthy before getting shut down.
- minimumThroughputTimeout(Duration) - Method in class software.amazon.awssdk.crtcore.CrtConnectionHealthConfiguration.DefaultBuilder
N
- nonProxyHosts() - Method in class software.amazon.awssdk.crtcore.CrtProxyConfiguration
-
Retrieves the hosts that the client is allowed to access without going through the proxy.
- nonProxyHosts(Set<String>) - Method in interface software.amazon.awssdk.crtcore.CrtProxyConfiguration.Builder
-
Configure the hosts that the client is allowed to access without going through the proxy.
- nonProxyHosts(Set<String>) - Method in class software.amazon.awssdk.crtcore.CrtProxyConfiguration.DefaultBuilder
P
- password() - Method in class software.amazon.awssdk.crtcore.CrtProxyConfiguration
- password(String) - Method in interface software.amazon.awssdk.crtcore.CrtProxyConfiguration.Builder
-
The password to use for basic proxy authentication
- password(String) - Method in class software.amazon.awssdk.crtcore.CrtProxyConfiguration.DefaultBuilder
- port() - Method in class software.amazon.awssdk.crtcore.CrtProxyConfiguration
- port(int) - Method in interface software.amazon.awssdk.crtcore.CrtProxyConfiguration.Builder
-
Set the port that the proxy expects connections on.
- port(int) - Method in class software.amazon.awssdk.crtcore.CrtProxyConfiguration.DefaultBuilder
R
- resolveHttpMonitoringOptions(CrtConnectionHealthConfiguration) - Static method in class software.amazon.awssdk.crtcore.CrtConfigurationUtils
- resolveProxy(CrtProxyConfiguration, TlsContext) - Static method in class software.amazon.awssdk.crtcore.CrtConfigurationUtils
S
- scheme() - Method in class software.amazon.awssdk.crtcore.CrtProxyConfiguration
- scheme(String) - Method in interface software.amazon.awssdk.crtcore.CrtProxyConfiguration.Builder
-
The HTTP scheme to use for connecting to the proxy.
- scheme(String) - Method in class software.amazon.awssdk.crtcore.CrtProxyConfiguration.DefaultBuilder
- setuseEnvironmentVariableValues(Boolean) - Method in class software.amazon.awssdk.crtcore.CrtProxyConfiguration.DefaultBuilder
- setUseSystemPropertyValues(Boolean) - Method in class software.amazon.awssdk.crtcore.CrtProxyConfiguration.DefaultBuilder
- software.amazon.awssdk.crtcore - package software.amazon.awssdk.crtcore
U
- useEnvironmentVariableValues(Boolean) - Method in interface software.amazon.awssdk.crtcore.CrtProxyConfiguration.Builder
-
The option whether to use environment variable values from
ProxySystemSettingif any of the config options are missing. - useEnvironmentVariableValues(Boolean) - Method in class software.amazon.awssdk.crtcore.CrtProxyConfiguration.DefaultBuilder
- username() - Method in class software.amazon.awssdk.crtcore.CrtProxyConfiguration
- username(String) - Method in interface software.amazon.awssdk.crtcore.CrtProxyConfiguration.Builder
-
The username to use for basic proxy authentication
- username(String) - Method in class software.amazon.awssdk.crtcore.CrtProxyConfiguration.DefaultBuilder
- useSystemPropertyValues(Boolean) - Method in interface software.amazon.awssdk.crtcore.CrtProxyConfiguration.Builder
-
The option whether to use system property values from
ProxySystemSettingif any of the config options are missing. - useSystemPropertyValues(Boolean) - Method in class software.amazon.awssdk.crtcore.CrtProxyConfiguration.DefaultBuilder
All Classes All Packages