Uses of Class
software.amazon.awssdk.http.SdkHttpConfigurationOption
Packages that use SdkHttpConfigurationOption
-
Uses of SdkHttpConfigurationOption in software.amazon.awssdk.http
Fields in software.amazon.awssdk.http declared as SdkHttpConfigurationOptionModifier and TypeFieldDescriptionstatic final SdkHttpConfigurationOption<Duration>SdkHttpConfigurationOption.CONNECTION_ACQUIRE_TIMEOUTTimeout for acquiring an already-established connection from a connection pool to a remote service.static final SdkHttpConfigurationOption<Duration>SdkHttpConfigurationOption.CONNECTION_MAX_IDLE_TIMEOUTTimeout after which an idle connection should be closed.static final SdkHttpConfigurationOption<Duration>SdkHttpConfigurationOption.CONNECTION_TIME_TO_LIVETimeout after which a connection should be closed, regardless of whether it is idle.static final SdkHttpConfigurationOption<Duration>SdkHttpConfigurationOption.CONNECTION_TIMEOUTTimeout for establishing a connection to a remote service.static final SdkHttpConfigurationOption<Integer>SdkHttpConfigurationOption.MAX_CONNECTIONSMaximum number of connections allowed in a connection pool.static final SdkHttpConfigurationOption<Integer>SdkHttpConfigurationOption.MAX_PENDING_CONNECTION_ACQUIRESMaximum number of requests allowed to wait for a connection.static final SdkHttpConfigurationOption<Protocol>SdkHttpConfigurationOption.PROTOCOLHTTP protocol to use.static final SdkHttpConfigurationOption<ProtocolNegotiation>SdkHttpConfigurationOption.PROTOCOL_NEGOTIATIONHTTP protocol negotiation to use.static final SdkHttpConfigurationOption<Duration>SdkHttpConfigurationOption.READ_TIMEOUTTimeout for each read to the underlying socket.static final SdkHttpConfigurationOption<Boolean>SdkHttpConfigurationOption.REAP_IDLE_CONNECTIONSWhether idle connection should be removed after theCONNECTION_MAX_IDLE_TIMEOUThas passed.static final SdkHttpConfigurationOption<Boolean>SdkHttpConfigurationOption.TCP_KEEPALIVEWhether to enable or disable TCP KeepAlive.static final SdkHttpConfigurationOption<TlsKeyManagersProvider>SdkHttpConfigurationOption.TLS_KEY_MANAGERS_PROVIDERTheTlsKeyManagersProviderthat will be used by the HTTP client when authenticating with a TLS host.static final SdkHttpConfigurationOption<Duration>SdkHttpConfigurationOption.TLS_NEGOTIATION_TIMEOUTThe maximum amount of time that a TLS handshake is allowed to take from the time the CLIENT HELLO message is sent to the time the client and server have fully negotiated ciphers and exchanged keys.static final SdkHttpConfigurationOption<TlsTrustManagersProvider>SdkHttpConfigurationOption.TLS_TRUST_MANAGERS_PROVIDERTheTlsTrustManagersProviderthat will be used by the HTTP client when authenticating with a TLS host.static final SdkHttpConfigurationOption<Boolean>SdkHttpConfigurationOption.TRUST_ALL_CERTIFICATESOption to disable SSL cert validation and SSL host name verification.static final SdkHttpConfigurationOption<Duration>SdkHttpConfigurationOption.WRITE_TIMEOUTTimeout for each write to the underlying socket.