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

  5. def addCrlValue(value: Buffer): ConsulClientOptions

    Add a CRL value

  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
    ConsulClientOptionsWebClientOptionsHttpClientOptionsClientOptionsBaseTCPSSLOptions
  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
    ConsulClientOptionsWebClientOptionsHttpClientOptionsClientOptionsBaseTCPSSLOptions
  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 getMetricsName: String
  47. def getOpenSslEngineOptions: OpenSSLEngineOptions
  48. def getPemKeyCertOptions: PemKeyCertOptions
  49. def getPemTrustOptions: PemTrustOptions
  50. def getPfxKeyCertOptions: PfxOptions
  51. def getPfxTrustOptions: PfxOptions
  52. def getPipeliningLimit: Int
  53. def getPoolCleanerPeriod: Int
  54. def getProtocolVersion: HttpVersion
  55. def getProxyOptions: ProxyOptions
  56. def getReceiveBufferSize: Int
  57. def getSendBufferSize: Int
  58. def getSoLinger: Int
  59. def getTimeout: Long
  60. def getTrafficClass: Int
  61. def getTrustStoreOptions: JksOptions
  62. def getUserAgent: String
    Definition Classes
    ConsulClientOptionsWebClientOptions
  63. def getWebsocketCompressionAllowClientNoContext: Boolean
  64. def getWebsocketCompressionLevel: Int
  65. def getWebsocketCompressionRequestServerNoContext: Boolean
  66. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  67. def isFollowRedirects: Boolean
    Definition Classes
    ConsulClientOptionsWebClientOptions
  68. def isForceSni: Boolean
  69. def isHttp2ClearTextUpgrade: Boolean
  70. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  71. def isKeepAlive: Boolean
  72. def isPipelining: Boolean
  73. def isReuseAddress: Boolean
  74. def isReusePort: Boolean
  75. def isSendUnmaskedFrames: Boolean
  76. def isSsl: Boolean
  77. def isTcpCork: Boolean
  78. def isTcpFastOpen: Boolean
  79. def isTcpKeepAlive: Boolean
  80. def isTcpNoDelay: Boolean
  81. def isTcpQuickAck: Boolean
  82. def isTrustAll: Boolean
  83. def isTryUseCompression: Boolean
  84. def isUseAlpn: Boolean
  85. def isUsePooledBuffers: Boolean
  86. def isUserAgentEnabled: Boolean
    Definition Classes
    ConsulClientOptionsWebClientOptions
  87. def isVerifyHost: Boolean
  88. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  89. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  90. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  91. 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.

  92. 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
  93. def setConnectTimeout(value: Int): ConsulClientOptions

    Set the connect timeout

    Set the connect timeout

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsClientOptionsBase
  94. 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.

  95. 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
  96. 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
  97. 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
  98. def setEnabledSecureTransportProtocols(value: Set[String]): ConsulClientOptions
  99. 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
  100. 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
  101. 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
  102. 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
  103. 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
  104. 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
  105. 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
  106. 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
    ConsulClientOptionsWebClientOptionsHttpClientOptionsClientOptionsBaseTCPSSLOptions
  107. def setIdleTimeoutUnit(value: TimeUnit): ConsulClientOptions

    Set the idle timeout unit.

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

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsClientOptionsBaseTCPSSLOptions
  108. 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
  109. def setJdkSslEngineOptions(value: JdkSSLEngineOptions): ConsulClientOptions
  110. 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
  111. 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
  112. 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
    ConsulClientOptionsWebClientOptionsHttpClientOptionsClientOptionsBaseTCPSSLOptions
  113. 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
  114. 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
    ConsulClientOptionsWebClientOptionsHttpClientOptionsClientOptionsBaseTCPSSLOptionsNetworkOptions
  115. def setMaxChunkSize(value: Int): ConsulClientOptions

    Set the maximum HTTP chunk size

    Set the maximum HTTP chunk size

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptions
  116. 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
  117. 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
  118. def setMaxPoolSize(value: Int): ConsulClientOptions

    Set the maximum pool size for connections

    Set the maximum pool size for connections

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptions
  119. 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
  120. 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
  121. def setMaxWebsocketFrameSize(value: Int): ConsulClientOptions

    Set the max websocket frame size

    Set the max websocket frame size

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

    Set the max websocket message size

    Set the max websocket message size

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptions
  123. 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
  124. def setOpenSslEngineOptions(value: OpenSSLEngineOptions): ConsulClientOptions
  125. 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
    ConsulClientOptionsWebClientOptionsHttpClientOptionsClientOptionsBaseTCPSSLOptions
  126. def setPemTrustOptions(value: PemTrustOptions): ConsulClientOptions

    Set the trust options.

    Set the trust options.

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsClientOptionsBaseTCPSSLOptions
  127. def setPfxKeyCertOptions(value: PfxOptions): ConsulClientOptions

    Set the key/cert options in pfx format.

    Set the key/cert options in pfx format.

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsClientOptionsBaseTCPSSLOptions
  128. def setPfxTrustOptions(value: PfxOptions): ConsulClientOptions

    Set the trust options in pfx format

    Set the trust options in pfx format

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsClientOptionsBaseTCPSSLOptions
  129. 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
  130. 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
  131. 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
  132. def setProtocolVersion(value: HttpVersion): ConsulClientOptions

    Set the protocol version.

    Set the protocol version.

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptions
  133. 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
  134. def setReceiveBufferSize(value: Int): ConsulClientOptions

    Set the TCP receive buffer size

    Set the TCP receive buffer size

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsClientOptionsBaseTCPSSLOptionsNetworkOptions
  135. def setReuseAddress(value: Boolean): ConsulClientOptions

    Set the value of reuse address

    Set the value of reuse address

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsClientOptionsBaseTCPSSLOptionsNetworkOptions
  136. 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
    ConsulClientOptionsWebClientOptionsHttpClientOptionsClientOptionsBaseTCPSSLOptionsNetworkOptions
  137. def setSendBufferSize(value: Int): ConsulClientOptions

    Set the TCP send buffer size

    Set the TCP send buffer size

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsClientOptionsBaseTCPSSLOptionsNetworkOptions
  138. 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
  139. def setSoLinger(value: Int): ConsulClientOptions

    Set whether SO_linger keep alive is enabled

    Set whether SO_linger keep alive is enabled

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsClientOptionsBaseTCPSSLOptions
  140. def setSsl(value: Boolean): ConsulClientOptions

    Set whether SSL/TLS is enabled

    Set whether SSL/TLS is enabled

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsClientOptionsBaseTCPSSLOptions
  141. 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
    ConsulClientOptionsWebClientOptionsHttpClientOptionsClientOptionsBaseTCPSSLOptions
  142. 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
    ConsulClientOptionsWebClientOptionsHttpClientOptionsClientOptionsBaseTCPSSLOptions
  143. def setTcpKeepAlive(value: Boolean): ConsulClientOptions

    Set whether TCP keep alive is enabled

    Set whether TCP keep alive is enabled

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsClientOptionsBaseTCPSSLOptions
  144. def setTcpNoDelay(value: Boolean): ConsulClientOptions

    Set whether TCP no delay is enabled

    Set whether TCP no delay is enabled

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsClientOptionsBaseTCPSSLOptions
  145. 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
    ConsulClientOptionsWebClientOptionsHttpClientOptionsClientOptionsBaseTCPSSLOptions
  146. 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.

  147. def setTrafficClass(value: Int): ConsulClientOptions

    Set the value of traffic class

    Set the value of traffic class

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsClientOptionsBaseTCPSSLOptionsNetworkOptions
  148. def setTrustAll(value: Boolean): ConsulClientOptions

    Set whether all server certificates should be trusted

    Set whether all server certificates should be trusted

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsClientOptionsBase
  149. 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
    ConsulClientOptionsWebClientOptionsHttpClientOptionsClientOptionsBaseTCPSSLOptions
  150. def setTryUseCompression(value: Boolean): ConsulClientOptions

    Set whether compression is enabled

    Set whether compression is enabled

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

    Set option to offer per frame WebSocket compression.

    Set option to offer per frame WebSocket compression.

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

    Set option to offer per message WebSocket compression.

    Set option to offer per message WebSocket compression.

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

    Set the ALPN usage.

    Set the ALPN usage.

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsClientOptionsBaseTCPSSLOptions
  154. def setUsePooledBuffers(value: Boolean): ConsulClientOptions

    Set whether Netty pooled buffers are enabled

    Set whether Netty pooled buffers are enabled

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsClientOptionsBaseTCPSSLOptions
  155. 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
  156. 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
  157. def setVerifyHost(value: Boolean): ConsulClientOptions

    Set whether hostname verification is enabled

    Set whether hostname verification is enabled

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

    Set the WebSocket compression allow client no context option.

    Set the WebSocket compression allow client no context option.

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

    Set WebSocket compression level

    Set WebSocket compression level

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

    Set the WebSocket compression server no context option

    Set the WebSocket compression server no context option

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptions
  161. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  162. def toString(): String
    Definition Classes
    AnyRef → Any
  163. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  164. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  165. 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