All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.vertx.kotlin.ext.consul.ConsulClientOptions.kt Maven / Gradle / Ivy

There is a newer version: 5.0.0.CR1
Show newest version
/*
 * Copyright 2019 Red Hat, Inc.
 *
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v1.0
 * and Apache License v2.0 which accompanies this distribution.
 *
 * The Eclipse Public License is available at
 * http://www.eclipse.org/legal/epl-v10.html
 *
 * The Apache License v2.0 is available at
 * http://www.opensource.org/licenses/apache2.0.php
 *
 * You may elect to redistribute this code under either of these licenses.
 */
package io.vertx.kotlin.ext.consul

import io.vertx.ext.consul.ConsulClientOptions
import io.vertx.core.http.Http2Settings
import io.vertx.core.http.HttpVersion
import io.vertx.core.net.JdkSSLEngineOptions
import io.vertx.core.net.JksOptions
import io.vertx.core.net.OpenSSLEngineOptions
import io.vertx.core.net.PemKeyCertOptions
import io.vertx.core.net.PemTrustOptions
import io.vertx.core.net.PfxOptions
import io.vertx.core.net.ProxyOptions
import java.util.concurrent.TimeUnit

/**
 * A function providing a DSL for building [io.vertx.ext.consul.ConsulClientOptions] objects.
 *
 * Options used to create Consul client.
 *
 * @param aclToken  Set the ACL token. When provided, the client will use this token when making requests to the Consul by providing the "?token" query parameter. When not provided, the empty token, which maps to the 'anonymous' ACL policy, is used.
 * @param alpnVersions  Set the list of protocol versions to provide to the server during the Application-Layer Protocol Negotiation. When the list is empty, the client provides a best effort list according to [io.vertx.ext.consul.ConsulClientOptions]: 
  • : [ "h2", "http/1.1" ]
  • otherwise: [[io.vertx.core.http.HttpClientOptions]]
* @param connectTimeout Set the connect timeout * @param crlPaths Add a CRL path * @param crlValues Add a CRL value * @param dc Set the datacenter name. When provided, the client will use it when making requests to the Consul by providing the "?dc" query parameter. When not provided, the datacenter of the consul agent is queried. * @param decoderInitialBufferSize set to initialBufferSizeHttpDecoder the initial buffer of the HttpDecoder. * @param defaultHost Set the default host name to be used by this client in requests if none is provided when making the request. * @param defaultPort Set the default port to be used by this client in requests if none is provided when making the request. * @param enabledCipherSuites Add an enabled cipher suite, appended to the ordered suites. * @param enabledSecureTransportProtocols Sets the list of enabled SSL/TLS protocols. * @param followRedirects Configure the default behavior of the client to follow HTTP 30x redirections. * @param forceSni By default, the server name is only sent for Fully Qualified Domain Name (FQDN), setting this property to true forces the server name to be always sent. * @param http2ClearTextUpgrade Set to true when an h2c connection is established using an HTTP/1.1 upgrade request, and false when an h2c connection is established directly (with prior knowledge). * @param http2ConnectionWindowSize Set the default HTTP/2 connection window size. It overrides the initial window size set by , so the connection window size is greater than for its streams, in order the data throughput.

A value of -1 reuses the initial window size setting. * @param http2KeepAliveTimeout Set the keep alive timeout for HTTP/2 connections, in seconds.

This value determines how long a connection remains unused in the pool before being evicted and closed.

A timeout of 0 means there is no timeout and the connection can remain indefinitely in the pool. * @param http2MaxPoolSize Set the maximum pool size for HTTP/2 connections * @param http2MultiplexingLimit Set a client limit of the number concurrent streams for each HTTP/2 connection, this limits the number of streams the client can create for a connection. The effective number of streams for a connection is the min of this value and the server's initial settings.

Setting the value to -1 means to use the value sent by the server's initial settings. -1 is the default value. * @param idleTimeout Set the idle timeout, in seconds. zero means don't timeout. This determines if a connection will timeout and be closed if no data is received within the timeout. * @param idleTimeoutUnit Set the idle timeout unit. If not specified, default is seconds. * @param initialSettings Set the HTTP/2 connection settings immediately sent by to the server when the client connects. * @param jdkSslEngineOptions * @param keepAlive Set whether keep alive is enabled on the client * @param keepAliveTimeout Set the keep alive timeout for HTTP/1.x, in seconds.

This value determines how long a connection remains unused in the pool before being evicted and closed.

A timeout of 0 means there is no timeout and the connection can remain indefinitely in the pool. * @param keyStoreOptions Set the key/cert options in jks format, aka Java keystore. * @param localAddress Set the local interface to bind for network connections. When the local address is null, it will pick any local address, the default local address is null. * @param logActivity Set to true to enabled network activity logging: Netty's pipeline is configured for logging on Netty's logger. * @param maxChunkSize Set the maximum HTTP chunk size * @param maxHeaderSize Set the maximum length of all headers for HTTP/1.x . * @param maxInitialLineLength Set the maximum length of the initial line for HTTP/1.x (e.g. "HTTP/1.1 200 OK") * @param maxPoolSize Set the maximum pool size for connections * @param maxRedirects Set to maxRedirects the maximum number of redirection a request can follow. * @param maxWaitQueueSize Set the maximum requests allowed in the wait queue, any requests beyond the max size will result in a ConnectionPoolTooBusyException. If the value is set to a negative number then the queue will be unbounded. * @param maxWebSocketFrameSize Set the max WebSocket frame size * @param maxWebSocketMessageSize Set the max WebSocket message size * @param maxWebsocketFrameSize Set the max websocket frame size * @param maxWebsocketMessageSize Set the max websocket message size * @param metricsName Set the metrics name identifying the reported metrics, useful for grouping metrics with the same name. * @param openSslEngineOptions * @param pemKeyCertOptions Set the key/cert store options in pem format. * @param pemTrustOptions Set the trust options. * @param pfxKeyCertOptions Set the key/cert options in pfx format. * @param pfxTrustOptions Set the trust options in pfx format * @param pipelining Set whether pipe-lining is enabled on the client * @param pipeliningLimit Set the limit of pending requests a pipe-lined HTTP/1 connection can send. * @param poolCleanerPeriod Set the connection pool cleaner period in milli seconds, a non positive value disables expiration checks and connections will remain in the pool until they are closed. * @param protocolVersion Set the protocol version. * @param proxyOptions Set proxy options for connections via CONNECT proxy (e.g. Squid) or a SOCKS proxy. * @param receiveBufferSize Set the TCP receive buffer size * @param reuseAddress Set the value of reuse address * @param reusePort Set the value of reuse port.

This is only supported by native transports. * @param sendBufferSize Set the TCP send buffer size * @param sendUnmaskedFrames Set true when the client wants to skip frame masking. You may want to set it true on server by server websocket communication: In this case you are by passing RFC6455 protocol. It's false as default. * @param soLinger Set whether SO_linger keep alive is enabled * @param ssl Set whether SSL/TLS is enabled * @param sslHandshakeTimeout Set the SSL handshake timeout, default time unit is seconds. * @param sslHandshakeTimeoutUnit Set the SSL handshake timeout unit. If not specified, default is seconds. * @param tcpCork Enable the TCP_CORK option - only with linux native transport. * @param tcpFastOpen Enable the TCP_FASTOPEN option - only with linux native transport. * @param tcpKeepAlive Set whether TCP keep alive is enabled * @param tcpNoDelay Set whether TCP no delay is enabled * @param tcpQuickAck Enable the TCP_QUICKACK option - only with linux native transport. * @param tcpUserTimeout Sets the TCP_USER_TIMEOUT option - only with linux native transport. * @param timeout Sets the amount of time (in milliseconds) after which if the request does not return any data within the timeout period an failure will be passed to the handler and the request will be closed. * @param trafficClass Set the value of traffic class * @param trustAll Set whether all server certificates should be trusted * @param trustStoreOptions Set the trust options in jks format, aka Java truststore * @param tryUseCompression Set whether compression is enabled * @param tryUsePerFrameWebSocketCompression Set whether the client will offer the WebSocket per-frame deflate compression extension. * @param tryUsePerFrameWebsocketCompression Set whether the client will offer the WebSocket per-frame deflate compression extension. * @param tryUsePerMessageWebSocketCompression Set whether the client will offer the WebSocket per-message deflate compression extension. * @param tryUsePerMessageWebsocketCompression Set whether the client will offer the WebSocket per-message deflate compression extension. * @param useAlpn Set the ALPN usage. * @param usePooledBuffers Set whether Netty pooled buffers are enabled * @param userAgent Sets the Web Client user agent header. Defaults to Vert.x-WebClient/<version>. * @param userAgentEnabled Sets whether the Web Client should send a user agent header. Defaults to true. * @param verifyHost Set whether hostname verification is enabled * @param webSocketClosingTimeout Set the amount of time a client WebSocket will wait until it closes the TCP connection after receiving a close frame.

When a WebSocket is closed, the server should close the TCP connection. This timeout will close the TCP connection on the client when it expires.

Set to 0L closes the TCP connection immediately after receiving the close frame.

Set to a negative value to disable it. * @param webSocketCompressionAllowClientNoContext Set whether the client_no_context_takeover parameter of the WebSocket per-message deflate compression extension will be offered. * @param webSocketCompressionLevel Set the WebSocket deflate compression level. * @param webSocketCompressionRequestServerNoContext Set whether the server_no_context_takeover parameter of the WebSocket per-message deflate compression extension will be offered. * @param websocketCompressionAllowClientNoContext Set whether the client_no_context_takeover parameter of the WebSocket per-message deflate compression extension will be offered. * @param websocketCompressionLevel Set the WebSocket deflate compression level. * @param websocketCompressionRequestServerNoContext Set whether the server_no_context_takeover parameter of the WebSocket per-message deflate compression extension will be offered. * *

* NOTE: This function has been automatically generated from the [io.vertx.ext.consul.ConsulClientOptions original] using Vert.x codegen. */ fun consulClientOptionsOf( aclToken: String? = null, alpnVersions: Iterable? = null, connectTimeout: Int? = null, crlPaths: Iterable? = null, crlValues: Iterable? = null, dc: String? = null, decoderInitialBufferSize: Int? = null, defaultHost: String? = null, defaultPort: Int? = null, enabledCipherSuites: Iterable? = null, enabledSecureTransportProtocols: Iterable? = null, followRedirects: Boolean? = null, forceSni: Boolean? = null, http2ClearTextUpgrade: Boolean? = null, http2ConnectionWindowSize: Int? = null, http2KeepAliveTimeout: Int? = null, http2MaxPoolSize: Int? = null, http2MultiplexingLimit: Int? = null, idleTimeout: Int? = null, idleTimeoutUnit: TimeUnit? = null, initialSettings: io.vertx.core.http.Http2Settings? = null, jdkSslEngineOptions: io.vertx.core.net.JdkSSLEngineOptions? = null, keepAlive: Boolean? = null, keepAliveTimeout: Int? = null, keyStoreOptions: io.vertx.core.net.JksOptions? = null, localAddress: String? = null, logActivity: Boolean? = null, maxChunkSize: Int? = null, maxHeaderSize: Int? = null, maxInitialLineLength: Int? = null, maxPoolSize: Int? = null, maxRedirects: Int? = null, maxWaitQueueSize: Int? = null, maxWebSocketFrameSize: Int? = null, maxWebSocketMessageSize: Int? = null, maxWebsocketFrameSize: Int? = null, maxWebsocketMessageSize: Int? = null, metricsName: String? = null, openSslEngineOptions: io.vertx.core.net.OpenSSLEngineOptions? = null, pemKeyCertOptions: io.vertx.core.net.PemKeyCertOptions? = null, pemTrustOptions: io.vertx.core.net.PemTrustOptions? = null, pfxKeyCertOptions: io.vertx.core.net.PfxOptions? = null, pfxTrustOptions: io.vertx.core.net.PfxOptions? = null, pipelining: Boolean? = null, pipeliningLimit: Int? = null, poolCleanerPeriod: Int? = null, protocolVersion: HttpVersion? = null, proxyOptions: io.vertx.core.net.ProxyOptions? = null, receiveBufferSize: Int? = null, reuseAddress: Boolean? = null, reusePort: Boolean? = null, sendBufferSize: Int? = null, sendUnmaskedFrames: Boolean? = null, soLinger: Int? = null, ssl: Boolean? = null, sslHandshakeTimeout: Long? = null, sslHandshakeTimeoutUnit: TimeUnit? = null, tcpCork: Boolean? = null, tcpFastOpen: Boolean? = null, tcpKeepAlive: Boolean? = null, tcpNoDelay: Boolean? = null, tcpQuickAck: Boolean? = null, tcpUserTimeout: Int? = null, timeout: Long? = null, trafficClass: Int? = null, trustAll: Boolean? = null, trustStoreOptions: io.vertx.core.net.JksOptions? = null, tryUseCompression: Boolean? = null, tryUsePerFrameWebSocketCompression: Boolean? = null, tryUsePerFrameWebsocketCompression: Boolean? = null, tryUsePerMessageWebSocketCompression: Boolean? = null, tryUsePerMessageWebsocketCompression: Boolean? = null, useAlpn: Boolean? = null, usePooledBuffers: Boolean? = null, userAgent: String? = null, userAgentEnabled: Boolean? = null, verifyHost: Boolean? = null, webSocketClosingTimeout: Int? = null, webSocketCompressionAllowClientNoContext: Boolean? = null, webSocketCompressionLevel: Int? = null, webSocketCompressionRequestServerNoContext: Boolean? = null, websocketCompressionAllowClientNoContext: Boolean? = null, websocketCompressionLevel: Int? = null, websocketCompressionRequestServerNoContext: Boolean? = null): ConsulClientOptions = io.vertx.ext.consul.ConsulClientOptions().apply { if (aclToken != null) { this.setAclToken(aclToken) } if (alpnVersions != null) { this.setAlpnVersions(alpnVersions.toList()) } if (connectTimeout != null) { this.setConnectTimeout(connectTimeout) } if (crlPaths != null) { for (item in crlPaths) { this.addCrlPath(item) } } if (crlValues != null) { for (item in crlValues) { this.addCrlValue(item) } } if (dc != null) { this.setDc(dc) } if (decoderInitialBufferSize != null) { this.setDecoderInitialBufferSize(decoderInitialBufferSize) } if (defaultHost != null) { this.setDefaultHost(defaultHost) } if (defaultPort != null) { this.setDefaultPort(defaultPort) } if (enabledCipherSuites != null) { for (item in enabledCipherSuites) { this.addEnabledCipherSuite(item) } } if (enabledSecureTransportProtocols != null) { this.setEnabledSecureTransportProtocols(enabledSecureTransportProtocols.toSet()) } if (followRedirects != null) { this.setFollowRedirects(followRedirects) } if (forceSni != null) { this.setForceSni(forceSni) } if (http2ClearTextUpgrade != null) { this.setHttp2ClearTextUpgrade(http2ClearTextUpgrade) } if (http2ConnectionWindowSize != null) { this.setHttp2ConnectionWindowSize(http2ConnectionWindowSize) } if (http2KeepAliveTimeout != null) { this.setHttp2KeepAliveTimeout(http2KeepAliveTimeout) } if (http2MaxPoolSize != null) { this.setHttp2MaxPoolSize(http2MaxPoolSize) } if (http2MultiplexingLimit != null) { this.setHttp2MultiplexingLimit(http2MultiplexingLimit) } if (idleTimeout != null) { this.setIdleTimeout(idleTimeout) } if (idleTimeoutUnit != null) { this.setIdleTimeoutUnit(idleTimeoutUnit) } if (initialSettings != null) { this.setInitialSettings(initialSettings) } if (jdkSslEngineOptions != null) { this.setJdkSslEngineOptions(jdkSslEngineOptions) } if (keepAlive != null) { this.setKeepAlive(keepAlive) } if (keepAliveTimeout != null) { this.setKeepAliveTimeout(keepAliveTimeout) } if (keyStoreOptions != null) { this.setKeyStoreOptions(keyStoreOptions) } if (localAddress != null) { this.setLocalAddress(localAddress) } if (logActivity != null) { this.setLogActivity(logActivity) } if (maxChunkSize != null) { this.setMaxChunkSize(maxChunkSize) } if (maxHeaderSize != null) { this.setMaxHeaderSize(maxHeaderSize) } if (maxInitialLineLength != null) { this.setMaxInitialLineLength(maxInitialLineLength) } if (maxPoolSize != null) { this.setMaxPoolSize(maxPoolSize) } if (maxRedirects != null) { this.setMaxRedirects(maxRedirects) } if (maxWaitQueueSize != null) { this.setMaxWaitQueueSize(maxWaitQueueSize) } if (maxWebSocketFrameSize != null) { this.setMaxWebSocketFrameSize(maxWebSocketFrameSize) } if (maxWebSocketMessageSize != null) { this.setMaxWebSocketMessageSize(maxWebSocketMessageSize) } if (maxWebsocketFrameSize != null) { this.setMaxWebsocketFrameSize(maxWebsocketFrameSize) } if (maxWebsocketMessageSize != null) { this.setMaxWebsocketMessageSize(maxWebsocketMessageSize) } if (metricsName != null) { this.setMetricsName(metricsName) } if (openSslEngineOptions != null) { this.setOpenSslEngineOptions(openSslEngineOptions) } if (pemKeyCertOptions != null) { this.setPemKeyCertOptions(pemKeyCertOptions) } if (pemTrustOptions != null) { this.setPemTrustOptions(pemTrustOptions) } if (pfxKeyCertOptions != null) { this.setPfxKeyCertOptions(pfxKeyCertOptions) } if (pfxTrustOptions != null) { this.setPfxTrustOptions(pfxTrustOptions) } if (pipelining != null) { this.setPipelining(pipelining) } if (pipeliningLimit != null) { this.setPipeliningLimit(pipeliningLimit) } if (poolCleanerPeriod != null) { this.setPoolCleanerPeriod(poolCleanerPeriod) } if (protocolVersion != null) { this.setProtocolVersion(protocolVersion) } if (proxyOptions != null) { this.setProxyOptions(proxyOptions) } if (receiveBufferSize != null) { this.setReceiveBufferSize(receiveBufferSize) } if (reuseAddress != null) { this.setReuseAddress(reuseAddress) } if (reusePort != null) { this.setReusePort(reusePort) } if (sendBufferSize != null) { this.setSendBufferSize(sendBufferSize) } if (sendUnmaskedFrames != null) { this.setSendUnmaskedFrames(sendUnmaskedFrames) } if (soLinger != null) { this.setSoLinger(soLinger) } if (ssl != null) { this.setSsl(ssl) } if (sslHandshakeTimeout != null) { this.setSslHandshakeTimeout(sslHandshakeTimeout) } if (sslHandshakeTimeoutUnit != null) { this.setSslHandshakeTimeoutUnit(sslHandshakeTimeoutUnit) } if (tcpCork != null) { this.setTcpCork(tcpCork) } if (tcpFastOpen != null) { this.setTcpFastOpen(tcpFastOpen) } if (tcpKeepAlive != null) { this.setTcpKeepAlive(tcpKeepAlive) } if (tcpNoDelay != null) { this.setTcpNoDelay(tcpNoDelay) } if (tcpQuickAck != null) { this.setTcpQuickAck(tcpQuickAck) } if (tcpUserTimeout != null) { this.setTcpUserTimeout(tcpUserTimeout) } if (timeout != null) { this.setTimeout(timeout) } if (trafficClass != null) { this.setTrafficClass(trafficClass) } if (trustAll != null) { this.setTrustAll(trustAll) } if (trustStoreOptions != null) { this.setTrustStoreOptions(trustStoreOptions) } if (tryUseCompression != null) { this.setTryUseCompression(tryUseCompression) } if (tryUsePerFrameWebSocketCompression != null) { this.setTryUsePerFrameWebSocketCompression(tryUsePerFrameWebSocketCompression) } if (tryUsePerFrameWebsocketCompression != null) { this.setTryUsePerFrameWebsocketCompression(tryUsePerFrameWebsocketCompression) } if (tryUsePerMessageWebSocketCompression != null) { this.setTryUsePerMessageWebSocketCompression(tryUsePerMessageWebSocketCompression) } if (tryUsePerMessageWebsocketCompression != null) { this.setTryUsePerMessageWebsocketCompression(tryUsePerMessageWebsocketCompression) } if (useAlpn != null) { this.setUseAlpn(useAlpn) } if (usePooledBuffers != null) { this.setUsePooledBuffers(usePooledBuffers) } if (userAgent != null) { this.setUserAgent(userAgent) } if (userAgentEnabled != null) { this.setUserAgentEnabled(userAgentEnabled) } if (verifyHost != null) { this.setVerifyHost(verifyHost) } if (webSocketClosingTimeout != null) { this.setWebSocketClosingTimeout(webSocketClosingTimeout) } if (webSocketCompressionAllowClientNoContext != null) { this.setWebSocketCompressionAllowClientNoContext(webSocketCompressionAllowClientNoContext) } if (webSocketCompressionLevel != null) { this.setWebSocketCompressionLevel(webSocketCompressionLevel) } if (webSocketCompressionRequestServerNoContext != null) { this.setWebSocketCompressionRequestServerNoContext(webSocketCompressionRequestServerNoContext) } if (websocketCompressionAllowClientNoContext != null) { this.setWebsocketCompressionAllowClientNoContext(websocketCompressionAllowClientNoContext) } if (websocketCompressionLevel != null) { this.setWebsocketCompressionLevel(websocketCompressionLevel) } if (websocketCompressionRequestServerNoContext != null) { this.setWebsocketCompressionRequestServerNoContext(websocketCompressionRequestServerNoContext) } } /** * A function providing a DSL for building [io.vertx.ext.consul.ConsulClientOptions] objects. * * Options used to create Consul client. * * @param aclToken Set the ACL token. When provided, the client will use this token when making requests to the Consul by providing the "?token" query parameter. When not provided, the empty token, which maps to the 'anonymous' ACL policy, is used. * @param alpnVersions Set the list of protocol versions to provide to the server during the Application-Layer Protocol Negotiation. When the list is empty, the client provides a best effort list according to [io.vertx.ext.consul.ConsulClientOptions]:

  • : [ "h2", "http/1.1" ]
  • otherwise: [[io.vertx.core.http.HttpClientOptions]]
* @param connectTimeout Set the connect timeout * @param crlPaths Add a CRL path * @param crlValues Add a CRL value * @param dc Set the datacenter name. When provided, the client will use it when making requests to the Consul by providing the "?dc" query parameter. When not provided, the datacenter of the consul agent is queried. * @param decoderInitialBufferSize set to initialBufferSizeHttpDecoder the initial buffer of the HttpDecoder. * @param defaultHost Set the default host name to be used by this client in requests if none is provided when making the request. * @param defaultPort Set the default port to be used by this client in requests if none is provided when making the request. * @param enabledCipherSuites Add an enabled cipher suite, appended to the ordered suites. * @param enabledSecureTransportProtocols Sets the list of enabled SSL/TLS protocols. * @param followRedirects Configure the default behavior of the client to follow HTTP 30x redirections. * @param forceSni By default, the server name is only sent for Fully Qualified Domain Name (FQDN), setting this property to true forces the server name to be always sent. * @param http2ClearTextUpgrade Set to true when an h2c connection is established using an HTTP/1.1 upgrade request, and false when an h2c connection is established directly (with prior knowledge). * @param http2ConnectionWindowSize Set the default HTTP/2 connection window size. It overrides the initial window size set by , so the connection window size is greater than for its streams, in order the data throughput.

A value of -1 reuses the initial window size setting. * @param http2KeepAliveTimeout Set the keep alive timeout for HTTP/2 connections, in seconds.

This value determines how long a connection remains unused in the pool before being evicted and closed.

A timeout of 0 means there is no timeout and the connection can remain indefinitely in the pool. * @param http2MaxPoolSize Set the maximum pool size for HTTP/2 connections * @param http2MultiplexingLimit Set a client limit of the number concurrent streams for each HTTP/2 connection, this limits the number of streams the client can create for a connection. The effective number of streams for a connection is the min of this value and the server's initial settings.

Setting the value to -1 means to use the value sent by the server's initial settings. -1 is the default value. * @param idleTimeout Set the idle timeout, in seconds. zero means don't timeout. This determines if a connection will timeout and be closed if no data is received within the timeout. * @param idleTimeoutUnit Set the idle timeout unit. If not specified, default is seconds. * @param initialSettings Set the HTTP/2 connection settings immediately sent by to the server when the client connects. * @param jdkSslEngineOptions * @param keepAlive Set whether keep alive is enabled on the client * @param keepAliveTimeout Set the keep alive timeout for HTTP/1.x, in seconds.

This value determines how long a connection remains unused in the pool before being evicted and closed.

A timeout of 0 means there is no timeout and the connection can remain indefinitely in the pool. * @param keyStoreOptions Set the key/cert options in jks format, aka Java keystore. * @param localAddress Set the local interface to bind for network connections. When the local address is null, it will pick any local address, the default local address is null. * @param logActivity Set to true to enabled network activity logging: Netty's pipeline is configured for logging on Netty's logger. * @param maxChunkSize Set the maximum HTTP chunk size * @param maxHeaderSize Set the maximum length of all headers for HTTP/1.x . * @param maxInitialLineLength Set the maximum length of the initial line for HTTP/1.x (e.g. "HTTP/1.1 200 OK") * @param maxPoolSize Set the maximum pool size for connections * @param maxRedirects Set to maxRedirects the maximum number of redirection a request can follow. * @param maxWaitQueueSize Set the maximum requests allowed in the wait queue, any requests beyond the max size will result in a ConnectionPoolTooBusyException. If the value is set to a negative number then the queue will be unbounded. * @param maxWebSocketFrameSize Set the max WebSocket frame size * @param maxWebSocketMessageSize Set the max WebSocket message size * @param maxWebsocketFrameSize Set the max websocket frame size * @param maxWebsocketMessageSize Set the max websocket message size * @param metricsName Set the metrics name identifying the reported metrics, useful for grouping metrics with the same name. * @param openSslEngineOptions * @param pemKeyCertOptions Set the key/cert store options in pem format. * @param pemTrustOptions Set the trust options. * @param pfxKeyCertOptions Set the key/cert options in pfx format. * @param pfxTrustOptions Set the trust options in pfx format * @param pipelining Set whether pipe-lining is enabled on the client * @param pipeliningLimit Set the limit of pending requests a pipe-lined HTTP/1 connection can send. * @param poolCleanerPeriod Set the connection pool cleaner period in milli seconds, a non positive value disables expiration checks and connections will remain in the pool until they are closed. * @param protocolVersion Set the protocol version. * @param proxyOptions Set proxy options for connections via CONNECT proxy (e.g. Squid) or a SOCKS proxy. * @param receiveBufferSize Set the TCP receive buffer size * @param reuseAddress Set the value of reuse address * @param reusePort Set the value of reuse port.

This is only supported by native transports. * @param sendBufferSize Set the TCP send buffer size * @param sendUnmaskedFrames Set true when the client wants to skip frame masking. You may want to set it true on server by server websocket communication: In this case you are by passing RFC6455 protocol. It's false as default. * @param soLinger Set whether SO_linger keep alive is enabled * @param ssl Set whether SSL/TLS is enabled * @param sslHandshakeTimeout Set the SSL handshake timeout, default time unit is seconds. * @param sslHandshakeTimeoutUnit Set the SSL handshake timeout unit. If not specified, default is seconds. * @param tcpCork Enable the TCP_CORK option - only with linux native transport. * @param tcpFastOpen Enable the TCP_FASTOPEN option - only with linux native transport. * @param tcpKeepAlive Set whether TCP keep alive is enabled * @param tcpNoDelay Set whether TCP no delay is enabled * @param tcpQuickAck Enable the TCP_QUICKACK option - only with linux native transport. * @param tcpUserTimeout Sets the TCP_USER_TIMEOUT option - only with linux native transport. * @param timeout Sets the amount of time (in milliseconds) after which if the request does not return any data within the timeout period an failure will be passed to the handler and the request will be closed. * @param trafficClass Set the value of traffic class * @param trustAll Set whether all server certificates should be trusted * @param trustStoreOptions Set the trust options in jks format, aka Java truststore * @param tryUseCompression Set whether compression is enabled * @param tryUsePerFrameWebSocketCompression Set whether the client will offer the WebSocket per-frame deflate compression extension. * @param tryUsePerFrameWebsocketCompression Set whether the client will offer the WebSocket per-frame deflate compression extension. * @param tryUsePerMessageWebSocketCompression Set whether the client will offer the WebSocket per-message deflate compression extension. * @param tryUsePerMessageWebsocketCompression Set whether the client will offer the WebSocket per-message deflate compression extension. * @param useAlpn Set the ALPN usage. * @param usePooledBuffers Set whether Netty pooled buffers are enabled * @param userAgent Sets the Web Client user agent header. Defaults to Vert.x-WebClient/<version>. * @param userAgentEnabled Sets whether the Web Client should send a user agent header. Defaults to true. * @param verifyHost Set whether hostname verification is enabled * @param webSocketClosingTimeout Set the amount of time a client WebSocket will wait until it closes the TCP connection after receiving a close frame.

When a WebSocket is closed, the server should close the TCP connection. This timeout will close the TCP connection on the client when it expires.

Set to 0L closes the TCP connection immediately after receiving the close frame.

Set to a negative value to disable it. * @param webSocketCompressionAllowClientNoContext Set whether the client_no_context_takeover parameter of the WebSocket per-message deflate compression extension will be offered. * @param webSocketCompressionLevel Set the WebSocket deflate compression level. * @param webSocketCompressionRequestServerNoContext Set whether the server_no_context_takeover parameter of the WebSocket per-message deflate compression extension will be offered. * @param websocketCompressionAllowClientNoContext Set whether the client_no_context_takeover parameter of the WebSocket per-message deflate compression extension will be offered. * @param websocketCompressionLevel Set the WebSocket deflate compression level. * @param websocketCompressionRequestServerNoContext Set whether the server_no_context_takeover parameter of the WebSocket per-message deflate compression extension will be offered. * *

* NOTE: This function has been automatically generated from the [io.vertx.ext.consul.ConsulClientOptions original] using Vert.x codegen. */ @Deprecated( message = "This function will be removed in a future version", replaceWith = ReplaceWith("consulClientOptionsOf(aclToken, alpnVersions, connectTimeout, crlPaths, crlValues, dc, decoderInitialBufferSize, defaultHost, defaultPort, enabledCipherSuites, enabledSecureTransportProtocols, followRedirects, forceSni, http2ClearTextUpgrade, http2ConnectionWindowSize, http2KeepAliveTimeout, http2MaxPoolSize, http2MultiplexingLimit, idleTimeout, idleTimeoutUnit, initialSettings, jdkSslEngineOptions, keepAlive, keepAliveTimeout, keyStoreOptions, localAddress, logActivity, maxChunkSize, maxHeaderSize, maxInitialLineLength, maxPoolSize, maxRedirects, maxWaitQueueSize, maxWebSocketFrameSize, maxWebSocketMessageSize, maxWebsocketFrameSize, maxWebsocketMessageSize, metricsName, openSslEngineOptions, pemKeyCertOptions, pemTrustOptions, pfxKeyCertOptions, pfxTrustOptions, pipelining, pipeliningLimit, poolCleanerPeriod, protocolVersion, proxyOptions, receiveBufferSize, reuseAddress, reusePort, sendBufferSize, sendUnmaskedFrames, soLinger, ssl, sslHandshakeTimeout, sslHandshakeTimeoutUnit, tcpCork, tcpFastOpen, tcpKeepAlive, tcpNoDelay, tcpQuickAck, tcpUserTimeout, timeout, trafficClass, trustAll, trustStoreOptions, tryUseCompression, tryUsePerFrameWebSocketCompression, tryUsePerFrameWebsocketCompression, tryUsePerMessageWebSocketCompression, tryUsePerMessageWebsocketCompression, useAlpn, usePooledBuffers, userAgent, userAgentEnabled, verifyHost, webSocketClosingTimeout, webSocketCompressionAllowClientNoContext, webSocketCompressionLevel, webSocketCompressionRequestServerNoContext, websocketCompressionAllowClientNoContext, websocketCompressionLevel, websocketCompressionRequestServerNoContext)") ) fun ConsulClientOptions( aclToken: String? = null, alpnVersions: Iterable? = null, connectTimeout: Int? = null, crlPaths: Iterable? = null, crlValues: Iterable? = null, dc: String? = null, decoderInitialBufferSize: Int? = null, defaultHost: String? = null, defaultPort: Int? = null, enabledCipherSuites: Iterable? = null, enabledSecureTransportProtocols: Iterable? = null, followRedirects: Boolean? = null, forceSni: Boolean? = null, http2ClearTextUpgrade: Boolean? = null, http2ConnectionWindowSize: Int? = null, http2KeepAliveTimeout: Int? = null, http2MaxPoolSize: Int? = null, http2MultiplexingLimit: Int? = null, idleTimeout: Int? = null, idleTimeoutUnit: TimeUnit? = null, initialSettings: io.vertx.core.http.Http2Settings? = null, jdkSslEngineOptions: io.vertx.core.net.JdkSSLEngineOptions? = null, keepAlive: Boolean? = null, keepAliveTimeout: Int? = null, keyStoreOptions: io.vertx.core.net.JksOptions? = null, localAddress: String? = null, logActivity: Boolean? = null, maxChunkSize: Int? = null, maxHeaderSize: Int? = null, maxInitialLineLength: Int? = null, maxPoolSize: Int? = null, maxRedirects: Int? = null, maxWaitQueueSize: Int? = null, maxWebSocketFrameSize: Int? = null, maxWebSocketMessageSize: Int? = null, maxWebsocketFrameSize: Int? = null, maxWebsocketMessageSize: Int? = null, metricsName: String? = null, openSslEngineOptions: io.vertx.core.net.OpenSSLEngineOptions? = null, pemKeyCertOptions: io.vertx.core.net.PemKeyCertOptions? = null, pemTrustOptions: io.vertx.core.net.PemTrustOptions? = null, pfxKeyCertOptions: io.vertx.core.net.PfxOptions? = null, pfxTrustOptions: io.vertx.core.net.PfxOptions? = null, pipelining: Boolean? = null, pipeliningLimit: Int? = null, poolCleanerPeriod: Int? = null, protocolVersion: HttpVersion? = null, proxyOptions: io.vertx.core.net.ProxyOptions? = null, receiveBufferSize: Int? = null, reuseAddress: Boolean? = null, reusePort: Boolean? = null, sendBufferSize: Int? = null, sendUnmaskedFrames: Boolean? = null, soLinger: Int? = null, ssl: Boolean? = null, sslHandshakeTimeout: Long? = null, sslHandshakeTimeoutUnit: TimeUnit? = null, tcpCork: Boolean? = null, tcpFastOpen: Boolean? = null, tcpKeepAlive: Boolean? = null, tcpNoDelay: Boolean? = null, tcpQuickAck: Boolean? = null, tcpUserTimeout: Int? = null, timeout: Long? = null, trafficClass: Int? = null, trustAll: Boolean? = null, trustStoreOptions: io.vertx.core.net.JksOptions? = null, tryUseCompression: Boolean? = null, tryUsePerFrameWebSocketCompression: Boolean? = null, tryUsePerFrameWebsocketCompression: Boolean? = null, tryUsePerMessageWebSocketCompression: Boolean? = null, tryUsePerMessageWebsocketCompression: Boolean? = null, useAlpn: Boolean? = null, usePooledBuffers: Boolean? = null, userAgent: String? = null, userAgentEnabled: Boolean? = null, verifyHost: Boolean? = null, webSocketClosingTimeout: Int? = null, webSocketCompressionAllowClientNoContext: Boolean? = null, webSocketCompressionLevel: Int? = null, webSocketCompressionRequestServerNoContext: Boolean? = null, websocketCompressionAllowClientNoContext: Boolean? = null, websocketCompressionLevel: Int? = null, websocketCompressionRequestServerNoContext: Boolean? = null): ConsulClientOptions = io.vertx.ext.consul.ConsulClientOptions().apply { if (aclToken != null) { this.setAclToken(aclToken) } if (alpnVersions != null) { this.setAlpnVersions(alpnVersions.toList()) } if (connectTimeout != null) { this.setConnectTimeout(connectTimeout) } if (crlPaths != null) { for (item in crlPaths) { this.addCrlPath(item) } } if (crlValues != null) { for (item in crlValues) { this.addCrlValue(item) } } if (dc != null) { this.setDc(dc) } if (decoderInitialBufferSize != null) { this.setDecoderInitialBufferSize(decoderInitialBufferSize) } if (defaultHost != null) { this.setDefaultHost(defaultHost) } if (defaultPort != null) { this.setDefaultPort(defaultPort) } if (enabledCipherSuites != null) { for (item in enabledCipherSuites) { this.addEnabledCipherSuite(item) } } if (enabledSecureTransportProtocols != null) { this.setEnabledSecureTransportProtocols(enabledSecureTransportProtocols.toSet()) } if (followRedirects != null) { this.setFollowRedirects(followRedirects) } if (forceSni != null) { this.setForceSni(forceSni) } if (http2ClearTextUpgrade != null) { this.setHttp2ClearTextUpgrade(http2ClearTextUpgrade) } if (http2ConnectionWindowSize != null) { this.setHttp2ConnectionWindowSize(http2ConnectionWindowSize) } if (http2KeepAliveTimeout != null) { this.setHttp2KeepAliveTimeout(http2KeepAliveTimeout) } if (http2MaxPoolSize != null) { this.setHttp2MaxPoolSize(http2MaxPoolSize) } if (http2MultiplexingLimit != null) { this.setHttp2MultiplexingLimit(http2MultiplexingLimit) } if (idleTimeout != null) { this.setIdleTimeout(idleTimeout) } if (idleTimeoutUnit != null) { this.setIdleTimeoutUnit(idleTimeoutUnit) } if (initialSettings != null) { this.setInitialSettings(initialSettings) } if (jdkSslEngineOptions != null) { this.setJdkSslEngineOptions(jdkSslEngineOptions) } if (keepAlive != null) { this.setKeepAlive(keepAlive) } if (keepAliveTimeout != null) { this.setKeepAliveTimeout(keepAliveTimeout) } if (keyStoreOptions != null) { this.setKeyStoreOptions(keyStoreOptions) } if (localAddress != null) { this.setLocalAddress(localAddress) } if (logActivity != null) { this.setLogActivity(logActivity) } if (maxChunkSize != null) { this.setMaxChunkSize(maxChunkSize) } if (maxHeaderSize != null) { this.setMaxHeaderSize(maxHeaderSize) } if (maxInitialLineLength != null) { this.setMaxInitialLineLength(maxInitialLineLength) } if (maxPoolSize != null) { this.setMaxPoolSize(maxPoolSize) } if (maxRedirects != null) { this.setMaxRedirects(maxRedirects) } if (maxWaitQueueSize != null) { this.setMaxWaitQueueSize(maxWaitQueueSize) } if (maxWebSocketFrameSize != null) { this.setMaxWebSocketFrameSize(maxWebSocketFrameSize) } if (maxWebSocketMessageSize != null) { this.setMaxWebSocketMessageSize(maxWebSocketMessageSize) } if (maxWebsocketFrameSize != null) { this.setMaxWebsocketFrameSize(maxWebsocketFrameSize) } if (maxWebsocketMessageSize != null) { this.setMaxWebsocketMessageSize(maxWebsocketMessageSize) } if (metricsName != null) { this.setMetricsName(metricsName) } if (openSslEngineOptions != null) { this.setOpenSslEngineOptions(openSslEngineOptions) } if (pemKeyCertOptions != null) { this.setPemKeyCertOptions(pemKeyCertOptions) } if (pemTrustOptions != null) { this.setPemTrustOptions(pemTrustOptions) } if (pfxKeyCertOptions != null) { this.setPfxKeyCertOptions(pfxKeyCertOptions) } if (pfxTrustOptions != null) { this.setPfxTrustOptions(pfxTrustOptions) } if (pipelining != null) { this.setPipelining(pipelining) } if (pipeliningLimit != null) { this.setPipeliningLimit(pipeliningLimit) } if (poolCleanerPeriod != null) { this.setPoolCleanerPeriod(poolCleanerPeriod) } if (protocolVersion != null) { this.setProtocolVersion(protocolVersion) } if (proxyOptions != null) { this.setProxyOptions(proxyOptions) } if (receiveBufferSize != null) { this.setReceiveBufferSize(receiveBufferSize) } if (reuseAddress != null) { this.setReuseAddress(reuseAddress) } if (reusePort != null) { this.setReusePort(reusePort) } if (sendBufferSize != null) { this.setSendBufferSize(sendBufferSize) } if (sendUnmaskedFrames != null) { this.setSendUnmaskedFrames(sendUnmaskedFrames) } if (soLinger != null) { this.setSoLinger(soLinger) } if (ssl != null) { this.setSsl(ssl) } if (sslHandshakeTimeout != null) { this.setSslHandshakeTimeout(sslHandshakeTimeout) } if (sslHandshakeTimeoutUnit != null) { this.setSslHandshakeTimeoutUnit(sslHandshakeTimeoutUnit) } if (tcpCork != null) { this.setTcpCork(tcpCork) } if (tcpFastOpen != null) { this.setTcpFastOpen(tcpFastOpen) } if (tcpKeepAlive != null) { this.setTcpKeepAlive(tcpKeepAlive) } if (tcpNoDelay != null) { this.setTcpNoDelay(tcpNoDelay) } if (tcpQuickAck != null) { this.setTcpQuickAck(tcpQuickAck) } if (tcpUserTimeout != null) { this.setTcpUserTimeout(tcpUserTimeout) } if (timeout != null) { this.setTimeout(timeout) } if (trafficClass != null) { this.setTrafficClass(trafficClass) } if (trustAll != null) { this.setTrustAll(trustAll) } if (trustStoreOptions != null) { this.setTrustStoreOptions(trustStoreOptions) } if (tryUseCompression != null) { this.setTryUseCompression(tryUseCompression) } if (tryUsePerFrameWebSocketCompression != null) { this.setTryUsePerFrameWebSocketCompression(tryUsePerFrameWebSocketCompression) } if (tryUsePerFrameWebsocketCompression != null) { this.setTryUsePerFrameWebsocketCompression(tryUsePerFrameWebsocketCompression) } if (tryUsePerMessageWebSocketCompression != null) { this.setTryUsePerMessageWebSocketCompression(tryUsePerMessageWebSocketCompression) } if (tryUsePerMessageWebsocketCompression != null) { this.setTryUsePerMessageWebsocketCompression(tryUsePerMessageWebsocketCompression) } if (useAlpn != null) { this.setUseAlpn(useAlpn) } if (usePooledBuffers != null) { this.setUsePooledBuffers(usePooledBuffers) } if (userAgent != null) { this.setUserAgent(userAgent) } if (userAgentEnabled != null) { this.setUserAgentEnabled(userAgentEnabled) } if (verifyHost != null) { this.setVerifyHost(verifyHost) } if (webSocketClosingTimeout != null) { this.setWebSocketClosingTimeout(webSocketClosingTimeout) } if (webSocketCompressionAllowClientNoContext != null) { this.setWebSocketCompressionAllowClientNoContext(webSocketCompressionAllowClientNoContext) } if (webSocketCompressionLevel != null) { this.setWebSocketCompressionLevel(webSocketCompressionLevel) } if (webSocketCompressionRequestServerNoContext != null) { this.setWebSocketCompressionRequestServerNoContext(webSocketCompressionRequestServerNoContext) } if (websocketCompressionAllowClientNoContext != null) { this.setWebsocketCompressionAllowClientNoContext(websocketCompressionAllowClientNoContext) } if (websocketCompressionLevel != null) { this.setWebsocketCompressionLevel(websocketCompressionLevel) } if (websocketCompressionRequestServerNoContext != null) { this.setWebsocketCompressionRequestServerNoContext(websocketCompressionRequestServerNoContext) } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy