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 getInitialSettings: Http2Settings
  32. def getJdkSslEngineOptions: JdkSSLEngineOptions
  33. def getKeepAliveTimeout: Int
  34. def getKeyStoreOptions: JksOptions
  35. def getLocalAddress: String
  36. def getLogActivity: Boolean
  37. def getMaxChunkSize: Int
  38. def getMaxHeaderSize: Int
  39. def getMaxInitialLineLength: Int
  40. def getMaxPoolSize: Int
  41. def getMaxRedirects: Int
  42. def getMaxWaitQueueSize: Int
  43. def getMaxWebsocketFrameSize: Int
  44. def getMaxWebsocketMessageSize: Int
  45. def getMetricsName: String
  46. def getOpenSslEngineOptions: OpenSSLEngineOptions
  47. def getPemKeyCertOptions: PemKeyCertOptions
  48. def getPemTrustOptions: PemTrustOptions
  49. def getPfxKeyCertOptions: PfxOptions
  50. def getPfxTrustOptions: PfxOptions
  51. def getPipeliningLimit: Int
  52. def getPoolCleanerPeriod: Int
  53. def getProtocolVersion: HttpVersion
  54. def getProxyOptions: ProxyOptions
  55. def getReceiveBufferSize: Int
  56. def getSendBufferSize: Int
  57. def getSoLinger: Int
  58. def getTimeout: Long
  59. def getTrafficClass: Int
  60. def getTrustStoreOptions: JksOptions
  61. def getUserAgent: String
    Definition Classes
    ConsulClientOptionsWebClientOptions
  62. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  63. def isFollowRedirects: Boolean
    Definition Classes
    ConsulClientOptionsWebClientOptions
  64. def isForceSni: Boolean
  65. def isHttp2ClearTextUpgrade: Boolean
  66. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  67. def isKeepAlive: Boolean
  68. def isPipelining: Boolean
  69. def isReuseAddress: Boolean
  70. def isReusePort: Boolean
  71. def isSendUnmaskedFrames: Boolean
  72. def isSsl: Boolean
  73. def isTcpCork: Boolean
  74. def isTcpFastOpen: Boolean
  75. def isTcpKeepAlive: Boolean
  76. def isTcpNoDelay: Boolean
  77. def isTcpQuickAck: Boolean
  78. def isTrustAll: Boolean
  79. def isTryUseCompression: Boolean
  80. def isUseAlpn: Boolean
  81. def isUsePooledBuffers: Boolean
  82. def isUserAgentEnabled: Boolean
    Definition Classes
    ConsulClientOptionsWebClientOptions
  83. def isVerifyHost: Boolean
  84. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  85. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  86. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  87. 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.

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

    Set the connect timeout

    Set the connect timeout

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

  91. 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
  92. 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
  93. 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
  94. def setEnabledSecureTransportProtocols(value: Set[String]): ConsulClientOptions
  95. 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
  96. 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
  97. 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
  98. 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
  99. 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
  100. 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
  101. 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
  102. 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
  103. 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
  104. def setJdkSslEngineOptions(value: JdkSSLEngineOptions): ConsulClientOptions
  105. 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
  106. 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
  107. 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
  108. 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
  109. 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
  110. def setMaxChunkSize(value: Int): ConsulClientOptions

    Set the maximum HTTP chunk size

    Set the maximum HTTP chunk size

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptions
  111. 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
  112. 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
  113. def setMaxPoolSize(value: Int): ConsulClientOptions

    Set the maximum pool size for connections

    Set the maximum pool size for connections

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptions
  114. 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
  115. 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
  116. def setMaxWebsocketFrameSize(value: Int): ConsulClientOptions

    Set the max websocket frame size

    Set the max websocket frame size

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

    Set the max websocket message size

    Set the max websocket message size

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptions
  118. 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
  119. def setOpenSslEngineOptions(value: OpenSSLEngineOptions): ConsulClientOptions
  120. 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
  121. def setPemTrustOptions(value: PemTrustOptions): ConsulClientOptions

    Set the trust options.

    Set the trust options.

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

    Set the key/cert options in pfx format.

    Set the key/cert options in pfx format.

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

    Set the trust options in pfx format

    Set the trust options in pfx format

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsClientOptionsBaseTCPSSLOptions
  124. 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
  125. 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
  126. 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
  127. def setProtocolVersion(value: HttpVersion): ConsulClientOptions

    Set the protocol version.

    Set the protocol version.

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

    Set the TCP receive buffer size

    Set the TCP receive buffer size

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

    Set the value of reuse address

    Set the value of reuse address

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

    Set the TCP send buffer size

    Set the TCP send buffer size

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

    Set whether SO_linger keep alive is enabled

    Set whether SO_linger keep alive is enabled

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

    Set whether SSL/TLS is enabled

    Set whether SSL/TLS is enabled

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsClientOptionsBaseTCPSSLOptions
  136. 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
  137. 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
  138. def setTcpKeepAlive(value: Boolean): ConsulClientOptions

    Set whether TCP keep alive is enabled

    Set whether TCP keep alive is enabled

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

    Set whether TCP no delay is enabled

    Set whether TCP no delay is enabled

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptionsClientOptionsBaseTCPSSLOptions
  140. 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
  141. 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.

  142. def setTrafficClass(value: Int): ConsulClientOptions

    Set the value of traffic class

    Set the value of traffic class

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

    Set whether all server certificates should be trusted

    Set whether all server certificates should be trusted

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

    Set whether compression is enabled

    Set whether compression is enabled

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

    Set the ALPN usage.

    Set the ALPN usage.

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

    Set whether Netty pooled buffers are enabled

    Set whether Netty pooled buffers are enabled

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

    Set whether hostname verification is enabled

    Set whether hostname verification is enabled

    Definition Classes
    ConsulClientOptionsWebClientOptionsHttpClientOptions
  151. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  152. def toString(): String
    Definition Classes
    AnyRef → Any
  153. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  154. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  155. 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