class ConsulClientOptions extends WebClientOptions

Options used to create Consul client.

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConsulClientOptions
  2. WebClientOptions
  3. HttpClientOptions
  4. ClientOptionsBase
  5. TCPSSLOptions
  6. NetworkOptions
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ConsulClientOptions(_asJava: ext.consul.ConsulClientOptions)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addCrlPath(value: String): ConsulClientOptions

    Add a CRL path

    Add a CRL path

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsTCPSSLOptions
  5. def addCrlValue(value: Buffer): ConsulClientOptions

    Add a CRL value

    Add a CRL value

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsTCPSSLOptions
  6. def addEnabledCipherSuite(value: String): ConsulClientOptions

    Add an enabled cipher suite, appended to the ordered suites.

    Add an enabled cipher suite, appended to the ordered suites.

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsTCPSSLOptions
  7. def addEnabledSecureTransportProtocol(value: String): ConsulClientOptions

    Add an enabled SSL/TLS protocols, appended to the ordered protocols.

    Add an enabled SSL/TLS protocols, appended to the ordered protocols.

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsTCPSSLOptions
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def asJava: ext.consul.ConsulClientOptions
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def getAclToken: String
  15. def getAlpnVersions: Buffer[HttpVersion]
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def getConnectTimeout: Int
  18. def getCrlPaths: Buffer[String]
  19. def getCrlValues: Buffer[Buffer]
  20. def getDc: String
  21. def getDecoderInitialBufferSize: Int
  22. def getDefaultHost: String
  23. def getDefaultPort: Int
  24. def getEnabledCipherSuites: Set[String]
  25. def getEnabledSecureTransportProtocols: Set[String]
  26. def getHttp2ConnectionWindowSize: Int
  27. def getHttp2KeepAliveTimeout: Int
  28. def getHttp2MaxPoolSize: Int
  29. def getHttp2MultiplexingLimit: Int
  30. def getIdleTimeout: Int
  31. def getIdleTimeoutUnit: TimeUnit
  32. def getInitialSettings: Http2Settings
  33. def getJdkSslEngineOptions: JdkSSLEngineOptions
  34. def getKeepAliveTimeout: Int
  35. def getKeyStoreOptions: JksOptions
  36. def getLocalAddress: String
  37. def getLogActivity: Boolean
  38. def getMaxChunkSize: Int
  39. def getMaxHeaderSize: Int
  40. def getMaxInitialLineLength: Int
  41. def getMaxPoolSize: Int
  42. def getMaxRedirects: Int
  43. def getMaxWaitQueueSize: Int
  44. def getMaxWebSocketFrameSize: Int
  45. def getMaxWebSocketMessageSize: Int
  46. def getMaxWebsocketFrameSize: Int
  47. def getMaxWebsocketMessageSize: Int
  48. def getMetricsName: String
  49. def getOpenSslEngineOptions: OpenSSLEngineOptions
  50. def getPemKeyCertOptions: PemKeyCertOptions
  51. def getPemTrustOptions: PemTrustOptions
  52. def getPfxKeyCertOptions: PfxOptions
  53. def getPfxTrustOptions: PfxOptions
  54. def getPipeliningLimit: Int
  55. def getPoolCleanerPeriod: Int
  56. def getProtocolVersion: HttpVersion
  57. def getProxyOptions: ProxyOptions
  58. def getReceiveBufferSize: Int
  59. def getSendBufferSize: Int
  60. def getSoLinger: Int
  61. def getSslHandshakeTimeout: Long
  62. def getSslHandshakeTimeoutUnit: TimeUnit
  63. def getTimeout: Long
  64. def getTrafficClass: Int
  65. def getTrustStoreOptions: JksOptions
  66. def getTryUsePerMessageWebSocketCompression: Boolean
  67. def getTryUsePerMessageWebsocketCompression: Boolean
  68. def getUserAgent: String
    Definition Classes
    ConsulClientOptionsWebClientOptions
  69. def getWebSocketCompressionAllowClientNoContext: Boolean
  70. def getWebSocketCompressionLevel: Int
  71. def getWebSocketCompressionRequestServerNoContext: Boolean
  72. def getWebsocketCompressionAllowClientNoContext: Boolean
  73. def getWebsocketCompressionLevel: Int
  74. def getWebsocketCompressionRequestServerNoContext: Boolean
  75. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  76. def isFollowRedirects: Boolean
    Definition Classes
    ConsulClientOptionsWebClientOptions
  77. def isForceSni: Boolean
  78. def isHttp2ClearTextUpgrade: Boolean
  79. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  80. def isKeepAlive: Boolean
  81. def isPipelining: Boolean
  82. def isReuseAddress: Boolean
  83. def isReusePort: Boolean
  84. def isSendUnmaskedFrames: Boolean
  85. def isSsl: Boolean
  86. def isTcpCork: Boolean
  87. def isTcpFastOpen: Boolean
  88. def isTcpKeepAlive: Boolean
  89. def isTcpNoDelay: Boolean
  90. def isTcpQuickAck: Boolean
  91. def isTrustAll: Boolean
  92. def isTryUseCompression: Boolean
  93. def isUseAlpn: Boolean
  94. def isUsePooledBuffers: Boolean
  95. def isUserAgentEnabled: Boolean
    Definition Classes
    ConsulClientOptionsWebClientOptions
  96. def isVerifyHost: Boolean
  97. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  98. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  99. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  100. def setAclToken(value: String): ConsulClientOptions

    Set the ACL token.

    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.

  101. def setAlpnVersions(value: Buffer[HttpVersion]): ConsulClientOptions

    Set the list of protocol versions to provide to the server during the Application-Layer Protocol Negotiation.

    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 ConsulClientOptions:

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptions
  102. def setConnectTimeout(value: Int): ConsulClientOptions

    Set the connect timeout

    Set the connect timeout

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsClientOptionsBase
  103. def setDc(value: String): ConsulClientOptions

    Set the datacenter name.

    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.

  104. def setDecoderInitialBufferSize(value: Int): ConsulClientOptions

    set to initialBufferSizeHttpDecoder the initial buffer of the HttpDecoder.

    set to initialBufferSizeHttpDecoder the initial buffer of the HttpDecoder.

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptions
  105. def setDefaultHost(value: String): ConsulClientOptions

    Set the default host name to be used by this client in requests if none is provided when making the request.

    Set the default host name to be used by this client in requests if none is provided when making the request.

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptions
  106. def setDefaultPort(value: Int): ConsulClientOptions

    Set the default port to be used by this client in requests if none is provided when making the request.

    Set the default port to be used by this client in requests if none is provided when making the request.

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptions
  107. def setEnabledSecureTransportProtocols(value: Set[String]): ConsulClientOptions
  108. def setFollowRedirects(value: Boolean): ConsulClientOptions

    Configure the default behavior of the client to follow HTTP 30x redirections.

    Configure the default behavior of the client to follow HTTP 30x redirections.

    Definition Classes
    ConsulClientOptionsWebClientOptions
  109. def setForceSni(value: Boolean): ConsulClientOptions

    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.

    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.

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptions
  110. def setHttp2ClearTextUpgrade(value: Boolean): ConsulClientOptions

    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).

    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).

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptions
  111. def setHttp2ConnectionWindowSize(value: Int): ConsulClientOptions

    Set the default HTTP/2 connection window size.

    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.

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptions
  112. def setHttp2KeepAliveTimeout(value: Int): ConsulClientOptions

    Set the keep alive timeout for HTTP/2 connections, in seconds.

    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.

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptions
  113. def setHttp2MaxPoolSize(value: Int): ConsulClientOptions

    Set the maximum pool size for HTTP/2 connections

    Set the maximum pool size for HTTP/2 connections

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptions
  114. def setHttp2MultiplexingLimit(value: Int): ConsulClientOptions

    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.

    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.

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptions
  115. def setIdleTimeout(value: Int): ConsulClientOptions

    Set the idle timeout, in seconds.

    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.

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsTCPSSLOptions
  116. def setIdleTimeoutUnit(value: TimeUnit): ConsulClientOptions

    Set the idle timeout unit.

    Set the idle timeout unit. If not specified, default is seconds.

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsTCPSSLOptions
  117. def setInitialSettings(value: Http2Settings): ConsulClientOptions

    Set the HTTP/2 connection settings immediately sent by to the server when the client connects.

    Set the HTTP/2 connection settings immediately sent by to the server when the client connects.

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptions
  118. def setJdkSslEngineOptions(value: JdkSSLEngineOptions): ConsulClientOptions
  119. def setKeepAlive(value: Boolean): ConsulClientOptions

    Set whether keep alive is enabled on the client

    Set whether keep alive is enabled on the client

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptions
  120. def setKeepAliveTimeout(value: Int): ConsulClientOptions

    Set the keep alive timeout for HTTP/1.x, in seconds.

    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.

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptions
  121. def setKeyStoreOptions(value: JksOptions): ConsulClientOptions

    Set the key/cert options in jks format, aka Java keystore.

    Set the key/cert options in jks format, aka Java keystore.

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsTCPSSLOptions
  122. def setLocalAddress(value: String): ConsulClientOptions

    Set the local interface to bind for network connections.

    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.

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsClientOptionsBase
  123. def setLogActivity(value: Boolean): ConsulClientOptions

    Set to true to enabled network activity logging: Netty's pipeline is configured for logging on Netty's logger.

    Set to true to enabled network activity logging: Netty's pipeline is configured for logging on Netty's logger.

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsNetworkOptions
  124. def setMaxChunkSize(value: Int): ConsulClientOptions

    Set the maximum HTTP chunk size

    Set the maximum HTTP chunk size

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptions
  125. def setMaxHeaderSize(value: Int): ConsulClientOptions

    Set the maximum length of all headers for HTTP/1.x .

    Set the maximum length of all headers for HTTP/1.x .

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptions
  126. def setMaxInitialLineLength(value: Int): ConsulClientOptions

    Set the maximum length of the initial line for HTTP/1.x (e.g.

    Set the maximum length of the initial line for HTTP/1.x (e.g. "HTTP/1.1 200 OK")

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptions
  127. def setMaxPoolSize(value: Int): ConsulClientOptions

    Set the maximum pool size for connections

    Set the maximum pool size for connections

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptions
  128. def setMaxRedirects(value: Int): ConsulClientOptions

    Set to maxRedirects the maximum number of redirection a request can follow.

    Set to maxRedirects the maximum number of redirection a request can follow.

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptions
  129. def setMaxWaitQueueSize(value: Int): ConsulClientOptions

    Set the maximum requests allowed in the wait queue, any requests beyond the max size will result in a ConnectionPoolTooBusyException.

    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.

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptions
  130. def setMaxWebSocketFrameSize(value: Int): ConsulClientOptions

    Set the max WebSocket frame size

    Set the max WebSocket frame size

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptions
  131. def setMaxWebSocketMessageSize(value: Int): ConsulClientOptions

    Set the max WebSocket message size

    Set the max WebSocket message size

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptions
  132. def setMaxWebsocketFrameSize(value: Int): ConsulClientOptions

    Set the max websocket frame size

    Set the max websocket frame size

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptions
  133. def setMaxWebsocketMessageSize(value: Int): ConsulClientOptions

    Set the max websocket message size

    Set the max websocket message size

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptions
  134. def setMetricsName(value: String): ConsulClientOptions

    Set the metrics name identifying the reported metrics, useful for grouping metrics with the same name.

    Set the metrics name identifying the reported metrics, useful for grouping metrics with the same name.

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsClientOptionsBase
  135. def setOpenSslEngineOptions(value: OpenSSLEngineOptions): ConsulClientOptions
  136. def setPemKeyCertOptions(value: PemKeyCertOptions): ConsulClientOptions

    Set the key/cert store options in pem format.

    Set the key/cert store options in pem format.

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsTCPSSLOptions
  137. def setPemTrustOptions(value: PemTrustOptions): ConsulClientOptions

    Set the trust options.

    Set the trust options.

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsTCPSSLOptions
  138. def setPfxKeyCertOptions(value: PfxOptions): ConsulClientOptions

    Set the key/cert options in pfx format.

    Set the key/cert options in pfx format.

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsTCPSSLOptions
  139. def setPfxTrustOptions(value: PfxOptions): ConsulClientOptions

    Set the trust options in pfx format

    Set the trust options in pfx format

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsTCPSSLOptions
  140. def setPipelining(value: Boolean): ConsulClientOptions

    Set whether pipe-lining is enabled on the client

    Set whether pipe-lining is enabled on the client

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptions
  141. def setPipeliningLimit(value: Int): ConsulClientOptions

    Set the limit of pending requests a pipe-lined HTTP/1 connection can send.

    Set the limit of pending requests a pipe-lined HTTP/1 connection can send.

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptions
  142. def setPoolCleanerPeriod(value: Int): ConsulClientOptions

    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.

    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.

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptions
  143. def setProtocolVersion(value: HttpVersion): ConsulClientOptions

    Set the protocol version.

    Set the protocol version.

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptions
  144. def setProxyOptions(value: ProxyOptions): ConsulClientOptions

    Set proxy options for connections via CONNECT proxy (e.g.

    Set proxy options for connections via CONNECT proxy (e.g. Squid) or a SOCKS proxy.

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsClientOptionsBase
  145. def setReceiveBufferSize(value: Int): ConsulClientOptions

    Set the TCP receive buffer size

    Set the TCP receive buffer size

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsNetworkOptions
  146. def setReuseAddress(value: Boolean): ConsulClientOptions

    Set the value of reuse address

    Set the value of reuse address

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsNetworkOptions
  147. def setReusePort(value: Boolean): ConsulClientOptions

    Set the value of reuse port.

    Set the value of reuse port.

    This is only supported by native transports.

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsNetworkOptions
  148. def setSendBufferSize(value: Int): ConsulClientOptions

    Set the TCP send buffer size

    Set the TCP send buffer size

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsNetworkOptions
  149. def setSendUnmaskedFrames(value: Boolean): ConsulClientOptions

    Set true when the client wants to skip frame masking.

    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.

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptions
  150. def setSoLinger(value: Int): ConsulClientOptions

    Set whether SO_linger keep alive is enabled

    Set whether SO_linger keep alive is enabled

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsTCPSSLOptions
  151. def setSsl(value: Boolean): ConsulClientOptions

    Set whether SSL/TLS is enabled

    Set whether SSL/TLS is enabled

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsTCPSSLOptions
  152. def setSslHandshakeTimeout(value: Long): ConsulClientOptions

    Set the SSL handshake timeout, default time unit is seconds.

    Set the SSL handshake timeout, default time unit is seconds.

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsTCPSSLOptions
  153. def setSslHandshakeTimeoutUnit(value: TimeUnit): ConsulClientOptions

    Set the SSL handshake timeout unit.

    Set the SSL handshake timeout unit. If not specified, default is seconds.

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsTCPSSLOptions
  154. def setTcpCork(value: Boolean): ConsulClientOptions

    Enable the TCP_CORK option - only with linux native transport.

    Enable the TCP_CORK option - only with linux native transport.

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsTCPSSLOptions
  155. def setTcpFastOpen(value: Boolean): ConsulClientOptions

    Enable the TCP_FASTOPEN option - only with linux native transport.

    Enable the TCP_FASTOPEN option - only with linux native transport.

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsTCPSSLOptions
  156. def setTcpKeepAlive(value: Boolean): ConsulClientOptions

    Set whether TCP keep alive is enabled

    Set whether TCP keep alive is enabled

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsTCPSSLOptions
  157. def setTcpNoDelay(value: Boolean): ConsulClientOptions

    Set whether TCP no delay is enabled

    Set whether TCP no delay is enabled

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsTCPSSLOptions
  158. def setTcpQuickAck(value: Boolean): ConsulClientOptions

    Enable the TCP_QUICKACK option - only with linux native transport.

    Enable the TCP_QUICKACK option - only with linux native transport.

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsTCPSSLOptions
  159. def setTimeout(value: Long): ConsulClientOptions

    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.

  160. def setTrafficClass(value: Int): ConsulClientOptions

    Set the value of traffic class

    Set the value of traffic class

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsNetworkOptions
  161. def setTrustAll(value: Boolean): ConsulClientOptions

    Set whether all server certificates should be trusted

    Set whether all server certificates should be trusted

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsClientOptionsBase
  162. def setTrustStoreOptions(value: JksOptions): ConsulClientOptions

    Set the trust options in jks format, aka Java truststore

    Set the trust options in jks format, aka Java truststore

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsTCPSSLOptions
  163. def setTryUseCompression(value: Boolean): ConsulClientOptions

    Set whether compression is enabled

    Set whether compression is enabled

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptions
  164. def setTryUsePerFrameWebSocketCompression(value: Boolean): ConsulClientOptions

    Set whether the client will offer the WebSocket per-frame deflate compression extension.

    Set whether the client will offer the WebSocket per-frame deflate compression extension.

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptions
  165. def setTryUsePerFrameWebsocketCompression(value: Boolean): ConsulClientOptions

    Set whether the client will offer the WebSocket per-frame deflate compression extension.

    Set whether the client will offer the WebSocket per-frame deflate compression extension.

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptions
  166. def setTryUsePerMessageWebSocketCompression(value: Boolean): ConsulClientOptions

    Set whether the client will offer the WebSocket per-message deflate compression extension.

    Set whether the client will offer the WebSocket per-message deflate compression extension.

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptions
  167. def setTryUsePerMessageWebsocketCompression(value: Boolean): ConsulClientOptions

    Set whether the client will offer the WebSocket per-message deflate compression extension.

    Set whether the client will offer the WebSocket per-message deflate compression extension.

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptions
  168. def setUseAlpn(value: Boolean): ConsulClientOptions

    Set the ALPN usage.

    Set the ALPN usage.

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsTCPSSLOptions
  169. def setUsePooledBuffers(value: Boolean): ConsulClientOptions

    Set whether Netty pooled buffers are enabled

    Set whether Netty pooled buffers are enabled

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsTCPSSLOptions
  170. def setUserAgent(value: String): ConsulClientOptions

    Sets the Web Client user agent header.

    Sets the Web Client user agent header. Defaults to Vert.x-WebClient/<version>.

    Definition Classes
    ConsulClientOptionsWebClientOptions
  171. def setUserAgentEnabled(value: Boolean): ConsulClientOptions

    Sets whether the Web Client should send a user agent header.

    Sets whether the Web Client should send a user agent header. Defaults to true.

    Definition Classes
    ConsulClientOptionsWebClientOptions
  172. def setVerifyHost(value: Boolean): ConsulClientOptions

    Set whether hostname verification is enabled

    Set whether hostname verification is enabled

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptions
  173. def setWebSocketCompressionAllowClientNoContext(value: Boolean): ConsulClientOptions

    Set whether the client_no_context_takeover parameter of the WebSocket per-message deflate compression extension will be offered.

    Set whether the client_no_context_takeover parameter of the WebSocket per-message deflate compression extension will be offered.

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptions
  174. def setWebSocketCompressionLevel(value: Int): ConsulClientOptions

    Set the WebSocket deflate compression level.

    Set the WebSocket deflate compression level.

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptions
  175. def setWebSocketCompressionRequestServerNoContext(value: Boolean): ConsulClientOptions

    Set whether the server_no_context_takeover parameter of the WebSocket per-message deflate compression extension will be offered.

    Set whether the server_no_context_takeover parameter of the WebSocket per-message deflate compression extension will be offered.

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptions
  176. def setWebsocketCompressionAllowClientNoContext(value: Boolean): ConsulClientOptions

    Set whether the client_no_context_takeover parameter of the WebSocket per-message deflate compression extension will be offered.

    Set whether the client_no_context_takeover parameter of the WebSocket per-message deflate compression extension will be offered.

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptions
  177. def setWebsocketCompressionLevel(value: Int): ConsulClientOptions

    Set the WebSocket deflate compression level.

    Set the WebSocket deflate compression level.

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptions
  178. def setWebsocketCompressionRequestServerNoContext(value: Boolean): ConsulClientOptions

    Set whether the server_no_context_takeover parameter of the WebSocket per-message deflate compression extension will be offered.

    Set whether the server_no_context_takeover parameter of the WebSocket per-message deflate compression extension will be offered.

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptions
  179. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  180. def toString(): String
    Definition Classes
    AnyRef → Any
  181. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  182. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  183. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from WebClientOptions

Inherited from HttpClientOptions

Inherited from ClientOptionsBase

Inherited from TCPSSLOptions

Inherited from NetworkOptions

Inherited from AnyRef

Inherited from Any

Ungrouped