class NetClientOptions extends ClientOptionsBase

Options for configuring a io.vertx.scala.core.net.NetClient.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NetClientOptions
  2. ClientOptionsBase
  3. TCPSSLOptions
  4. NetworkOptions
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NetClientOptions(_asJava: core.net.NetClientOptions)

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): NetClientOptions

    Add a CRL path

    Add a CRL path

    Definition Classes
    NetClientOptionsClientOptionsBaseTCPSSLOptions
  5. def addCrlValue(value: Buffer): NetClientOptions

    Add a CRL value

    Add a CRL value

    Definition Classes
    NetClientOptionsClientOptionsBaseTCPSSLOptions
  6. def addEnabledCipherSuite(value: String): NetClientOptions

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

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

    Definition Classes
    NetClientOptionsClientOptionsBaseTCPSSLOptions
  7. def addEnabledSecureTransportProtocol(value: String): NetClientOptions

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

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

    Definition Classes
    NetClientOptionsClientOptionsBaseTCPSSLOptions
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def asJava: core.net.NetClientOptions
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @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. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  15. def getConnectTimeout: Int
    Definition Classes
    NetClientOptionsClientOptionsBase
  16. def getCrlPaths: Buffer[String]
  17. def getCrlValues: Buffer[Buffer]
  18. def getEnabledCipherSuites: Set[String]
  19. def getEnabledSecureTransportProtocols: Set[String]
  20. def getHostnameVerificationAlgorithm: String
  21. def getIdleTimeout: Int
  22. def getLocalAddress: String
    Definition Classes
    NetClientOptionsClientOptionsBase
  23. def getLogActivity: Boolean
  24. def getMetricsName: String
    Definition Classes
    NetClientOptionsClientOptionsBase
  25. def getProxyOptions: ProxyOptions
    Definition Classes
    NetClientOptionsClientOptionsBase
  26. def getReceiveBufferSize: Int
  27. def getReconnectAttempts: Int
  28. def getReconnectInterval: Long
  29. def getSendBufferSize: Int
  30. def getSoLinger: Int
  31. def getTrafficClass: Int
  32. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. def isReuseAddress: Boolean
  35. def isSsl: Boolean
  36. def isTcpKeepAlive: Boolean
  37. def isTcpNoDelay: Boolean
  38. def isTrustAll: Boolean
    Definition Classes
    NetClientOptionsClientOptionsBase
  39. def isUseAlpn: Boolean
  40. def isUsePooledBuffers: Boolean
  41. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. final def notify(): Unit
    Definition Classes
    AnyRef
  43. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  44. def setConnectTimeout(value: Int): NetClientOptions

    Set the connect timeout

    Set the connect timeout

    Definition Classes
    NetClientOptionsClientOptionsBase
  45. def setHostnameVerificationAlgorithm(value: String): NetClientOptions

    Set the hostname verification algorithm interval To disable hostname verification, set hostnameVerificationAlgorithm to an empty String

  46. def setIdleTimeout(value: Int): NetClientOptions

    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
    NetClientOptionsClientOptionsBaseTCPSSLOptions
  47. def setJdkSslEngineOptions(value: JdkSSLEngineOptions): NetClientOptions
  48. def setKeyStoreOptions(value: JksOptions): NetClientOptions

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

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

    Definition Classes
    NetClientOptionsClientOptionsBaseTCPSSLOptions
  49. def setLocalAddress(value: String): NetClientOptions

    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
    NetClientOptionsClientOptionsBase
  50. def setLogActivity(value: Boolean): NetClientOptions

    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
    NetClientOptionsClientOptionsBaseTCPSSLOptionsNetworkOptions
  51. def setMetricsName(value: String): NetClientOptions

    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
    NetClientOptionsClientOptionsBase
  52. def setOpenSslEngineOptions(value: OpenSSLEngineOptions): NetClientOptions
  53. def setPemKeyCertOptions(value: PemKeyCertOptions): NetClientOptions

    Set the key/cert store options in pem format.

    Set the key/cert store options in pem format.

    Definition Classes
    NetClientOptionsClientOptionsBaseTCPSSLOptions
  54. def setPemTrustOptions(value: PemTrustOptions): NetClientOptions

    Set the trust options in pem format

    Set the trust options in pem format

    Definition Classes
    NetClientOptionsClientOptionsBaseTCPSSLOptions
  55. def setPfxKeyCertOptions(value: PfxOptions): NetClientOptions

    Set the key/cert options in pfx format.

    Set the key/cert options in pfx format.

    Definition Classes
    NetClientOptionsClientOptionsBaseTCPSSLOptions
  56. def setPfxTrustOptions(value: PfxOptions): NetClientOptions

    Set the trust options in pfx format

    Set the trust options in pfx format

    Definition Classes
    NetClientOptionsClientOptionsBaseTCPSSLOptions
  57. def setProxyOptions(value: ProxyOptions): NetClientOptions

    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
    NetClientOptionsClientOptionsBase
  58. def setReceiveBufferSize(value: Int): NetClientOptions

    Set the TCP receive buffer size

    Set the TCP receive buffer size

    Definition Classes
    NetClientOptionsClientOptionsBaseTCPSSLOptionsNetworkOptions
  59. def setReconnectAttempts(value: Int): NetClientOptions

    Set the value of reconnect attempts

  60. def setReconnectInterval(value: Long): NetClientOptions

    Set the reconnect interval

  61. def setReuseAddress(value: Boolean): NetClientOptions

    Set the value of reuse address

    Set the value of reuse address

    Definition Classes
    NetClientOptionsClientOptionsBaseTCPSSLOptionsNetworkOptions
  62. def setSendBufferSize(value: Int): NetClientOptions

    Set the TCP send buffer size

    Set the TCP send buffer size

    Definition Classes
    NetClientOptionsClientOptionsBaseTCPSSLOptionsNetworkOptions
  63. def setSoLinger(value: Int): NetClientOptions

    Set whether SO_linger keep alive is enabled

    Set whether SO_linger keep alive is enabled

    Definition Classes
    NetClientOptionsClientOptionsBaseTCPSSLOptions
  64. def setSsl(value: Boolean): NetClientOptions

    Set whether SSL/TLS is enabled

    Set whether SSL/TLS is enabled

    Definition Classes
    NetClientOptionsClientOptionsBaseTCPSSLOptions
  65. def setTcpKeepAlive(value: Boolean): NetClientOptions

    Set whether TCP keep alive is enabled

    Set whether TCP keep alive is enabled

    Definition Classes
    NetClientOptionsClientOptionsBaseTCPSSLOptions
  66. def setTcpNoDelay(value: Boolean): NetClientOptions

    Set whether TCP no delay is enabled

    Set whether TCP no delay is enabled

    Definition Classes
    NetClientOptionsClientOptionsBaseTCPSSLOptions
  67. def setTrafficClass(value: Int): NetClientOptions

    Set the value of traffic class

    Set the value of traffic class

    Definition Classes
    NetClientOptionsClientOptionsBaseTCPSSLOptionsNetworkOptions
  68. def setTrustAll(value: Boolean): NetClientOptions

    Set whether all server certificates should be trusted

    Set whether all server certificates should be trusted

    Definition Classes
    NetClientOptionsClientOptionsBase
  69. def setTrustStoreOptions(value: JksOptions): NetClientOptions

    Set the trust options in jks format, aka Java trustore

    Set the trust options in jks format, aka Java trustore

    Definition Classes
    NetClientOptionsClientOptionsBaseTCPSSLOptions
  70. def setUseAlpn(value: Boolean): NetClientOptions

    Set the ALPN usage.

    Set the ALPN usage.

    Definition Classes
    NetClientOptionsClientOptionsBaseTCPSSLOptions
  71. def setUsePooledBuffers(value: Boolean): NetClientOptions

    Set whether Netty pooled buffers are enabled

    Set whether Netty pooled buffers are enabled

    Definition Classes
    NetClientOptionsClientOptionsBaseTCPSSLOptions
  72. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  73. def toString(): String
    Definition Classes
    AnyRef → Any
  74. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  75. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  76. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ClientOptionsBase

Inherited from TCPSSLOptions

Inherited from NetworkOptions

Inherited from AnyRef

Inherited from Any

Ungrouped