Class OkeHttpClientConfiguration
java.lang.Object
io.micronaut.http.client.HttpClientConfiguration
io.micronaut.http.client.DefaultHttpClientConfiguration
io.micronaut.oraclecloud.oke.workload.identity.OkeHttpClientConfiguration
@ConfigurationProperties("micronaut.http.oci-oke.client")
public class OkeHttpClientConfiguration
extends io.micronaut.http.client.DefaultHttpClientConfiguration
The HTTP client configuration for OKE Workload Identity client.
- 
Nested Class SummaryNested classes/interfaces inherited from class io.micronaut.http.client.DefaultHttpClientConfigurationio.micronaut.http.client.DefaultHttpClientConfiguration.DefaultConnectionPoolConfiguration, io.micronaut.http.client.DefaultHttpClientConfiguration.DefaultHttp2ClientConfiguration, io.micronaut.http.client.DefaultHttpClientConfiguration.DefaultWebSocketCompressionConfigurationNested classes/interfaces inherited from class io.micronaut.http.client.HttpClientConfigurationio.micronaut.http.client.HttpClientConfiguration.ConnectionPoolConfiguration, io.micronaut.http.client.HttpClientConfiguration.DnsResolutionMode, io.micronaut.http.client.HttpClientConfiguration.Http2ClientConfiguration, io.micronaut.http.client.HttpClientConfiguration.WebSocketCompressionConfiguration
- 
Field SummaryFieldsFields inherited from class io.micronaut.http.client.HttpClientConfigurationDEFAULT_ALLOW_BLOCK_EVENT_LOOP, DEFAULT_CONNECTION_POOL_IDLE_TIMEOUT_SECONDS, DEFAULT_DNS_RESOLUTION_MODE, DEFAULT_EXCEPTION_ON_ERROR_STATUS, DEFAULT_FOLLOW_REDIRECTS, DEFAULT_MAX_CONTENT_LENGTH, DEFAULT_READ_IDLE_TIMEOUT_MINUTES, DEFAULT_READ_TIMEOUT_SECONDS, DEFAULT_SHUTDOWN_QUIET_PERIOD_MILLISECONDS, DEFAULT_SHUTDOWN_TIMEOUT_MILLISECONDS
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class io.micronaut.http.client.DefaultHttpClientConfigurationgetConnectionPoolConfiguration, getHttp2Configuration, getWebSocketCompressionConfiguration, setClientSslConfigurationMethods inherited from class io.micronaut.http.client.HttpClientConfigurationgetAddressResolverGroupName, getAlpnModes, getChannelOptions, getConnectionPoolIdleTimeout, getConnectTimeout, getConnectTtl, getDefaultCharset, getDnsResolutionMode, getEventLoopGroup, getHttpVersion, getLoggerName, getLogLevel, getMaxContentLength, getNumOfThreads, getPcapLoggingPathPattern, getPlaintextMode, getProxyAddress, getProxyPassword, getProxySelector, getProxyType, getProxyUsername, getReadIdleTimeout, getReadTimeout, getRequestTimeout, getShutdownQuietPeriod, getShutdownTimeout, getSslConfiguration, getThreadFactory, isAllowBlockEventLoop, isExceptionOnErrorStatus, isFollowRedirects, resolveProxy, setAddressResolverGroupName, setAllowBlockEventLoop, setAlpnModes, setChannelOptions, setConnectionPoolIdleTimeout, setConnectTimeout, setConnectTtl, setDefaultCharset, setDnsResolutionMode, setEventLoopGroup, setExceptionOnErrorStatus, setFollowRedirects, setHttpVersion, setLoggerName, setLogLevel, setMaxContentLength, setNumOfThreads, setPcapLoggingPathPattern, setPlaintextMode, setProxyAddress, setProxyPassword, setProxySelector, setProxyType, setProxyUsername, setReadIdleTimeout, setReadTimeout, setRequestTimeout, setShutdownQuietPeriod, setShutdownTimeout, setSslConfiguration, setThreadFactory
- 
Field Details- 
PREFIX- See Also:
 
 
- 
- 
Constructor Details- 
OkeHttpClientConfigurationpublic OkeHttpClientConfiguration()
 
-