Package io.quarkus.amazon.common.runtime
Interface CrtHttpClientConfig
public interface CrtHttpClientConfig
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptionThe maximum amount of time that a connection should be allowed to remain open while idle.The maximum number of allowed concurrent requests.proxy()HTTP proxy configuration
-
Method Details
-
connectionMaxIdleTime
@ConfigDocDefault("60S") @WithConverter(io.quarkus.runtime.configuration.DurationConverter.class) @WithConverter(io.quarkus.runtime.configuration.DurationConverter.class) Optional<Duration> connectionMaxIdleTime()The maximum amount of time that a connection should be allowed to remain open while idle. -
maxConcurrency
The maximum number of allowed concurrent requests. -
proxy
HTTP proxy configuration
-