io.quarkus.dynamodb.runtime.SyncHttpClientConfig$ApacheHttpClientConfig$HttpClientProxyConfiguration.jdp Maven / Gradle / Ivy
Show all versions of quarkus-amazon-dynamodb Show documentation
#
#Wed Nov 20 09:37:58 CET 2019
io.quarkus.dynamodb.runtime.SyncHttpClientConfig.ApacheHttpClientConfig.HttpClientProxyConfiguration.endpoint=The endpoint of the proxy server that the SDK should connect through.\n\nCurrently, the endpoint is limited to a host and port. Any other URI components will result in an exception being\nraised.
io.quarkus.dynamodb.runtime.SyncHttpClientConfig.ApacheHttpClientConfig.HttpClientProxyConfiguration.preemptiveBasicAuthenticationEnabled=Whether to attempt to authenticate preemptively against the proxy server using basic authentication.
io.quarkus.dynamodb.runtime.SyncHttpClientConfig.ApacheHttpClientConfig.HttpClientProxyConfiguration.username=The username to use when connecting through a proxy.
io.quarkus.dynamodb.runtime.SyncHttpClientConfig.ApacheHttpClientConfig.HttpClientProxyConfiguration.enabled=Enable HTTP proxy
io.quarkus.dynamodb.runtime.SyncHttpClientConfig.ApacheHttpClientConfig.HttpClientProxyConfiguration.password=The password to use when connecting through a proxy.
io.quarkus.dynamodb.runtime.SyncHttpClientConfig.ApacheHttpClientConfig.HttpClientProxyConfiguration.nonProxyHosts=The hosts that the client is allowed to access without going through the proxy.
io.quarkus.dynamodb.runtime.SyncHttpClientConfig.ApacheHttpClientConfig.HttpClientProxyConfiguration.ntlmWorkstation=For NTLM proxies - the Windows workstation name to use when authenticating with the proxy.
io.quarkus.dynamodb.runtime.SyncHttpClientConfig.ApacheHttpClientConfig.HttpClientProxyConfiguration.ntlmDomain=For NTLM proxies - the Windows domain name to use when authenticating with the proxy.