io.quarkus.dynamodb.runtime.SyncHttpClientConfig$ApacheHttpClientConfig.jdp Maven / Gradle / Ivy
#
#Wed Nov 20 09:37:58 CET 2019
io.quarkus.dynamodb.runtime.SyncHttpClientConfig.ApacheHttpClientConfig.useIdleConnectionReaper=Whether the idle connections in the connection pool should be closed asynchronously.\n\nWhen enabled, connections left idling for longer than `quarkus.dynamodb.sync-client.connection-max-idle-time` will be\nclosed.\nThis will not close connections currently in use.
io.quarkus.dynamodb.runtime.SyncHttpClientConfig.ApacheHttpClientConfig.connectionAcquisitionTimeout=The amount of time to wait when acquiring a connection from the pool before giving up and timing out.
io.quarkus.dynamodb.runtime.SyncHttpClientConfig.ApacheHttpClientConfig.expectContinueEnabled=Whether the client should send an HTTP expect-continue handshake before each request.
io.quarkus.dynamodb.runtime.SyncHttpClientConfig.ApacheHttpClientConfig.connectionTimeToLive=The maximum amount of time that a connection should be allowed to remain open, regardless of usage frequency.
io.quarkus.dynamodb.runtime.SyncHttpClientConfig.ApacheHttpClientConfig.maxConnections=The maximum number of connections allowed in the connection pool.\n
\nEach built HTTP client has its own private connection pool.
io.quarkus.dynamodb.runtime.SyncHttpClientConfig.ApacheHttpClientConfig.tlsManagersProvider=TLS Managers provider configuration
io.quarkus.dynamodb.runtime.SyncHttpClientConfig.ApacheHttpClientConfig.proxy=HTTP proxy configuration
io.quarkus.dynamodb.runtime.SyncHttpClientConfig.ApacheHttpClientConfig.connectionMaxIdleTime=The maximum amount of time that a connection should be allowed to remain open while idle.