
io.quarkus.dynamodb.runtime.ApacheHttpClientConfig.jdp Maven / Gradle / Ivy
#
#Thu Sep 26 00:42:13 CEST 2019
io.quarkus.dynamodb.runtime.ApacheHttpClientConfig.tlsManagersProvider=TLS Managers provider configuration
io.quarkus.dynamodb.runtime.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.ApacheHttpClientConfig.connectionTimeout=The maximum amount of time to establish a connection before timing out.
io.quarkus.dynamodb.runtime.ApacheHttpClientConfig.socketTimeout=The amount of time to wait for data to be transferred over an established, open connection before the connection is timed\nout.
io.quarkus.dynamodb.runtime.ApacheHttpClientConfig.expectContinueEnabled=Whether the client should send an HTTP expect-continue handshake before each request.
io.quarkus.dynamodb.runtime.ApacheHttpClientConfig.connectionMaxIdleTime=The maximum amount of time that a connection should be allowed to remain open while idle.
io.quarkus.dynamodb.runtime.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.ApacheHttpClientConfig.proxy=HTTP proxy configuration
io.quarkus.dynamodb.runtime.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.ApacheHttpClientConfig.connectionTimeToLive=The maximum amount of time that a connection should be allowed to remain open, regardless of usage frequency.