Packages

class AmqpBridgeOptions extends ProtonClientOptions

Options for configuring the AmqpBridge.

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AmqpBridgeOptions
  2. ProtonClientOptions
  3. NetClientOptions
  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 AmqpBridgeOptions(_asJava: amqpbridge.AmqpBridgeOptions)

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

    Add a CRL path

    Add a CRL path

    Definition Classes
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsTCPSSLOptions
  5. def addCrlValue(value: Buffer): AmqpBridgeOptions

    Add a CRL value

    Add a CRL value

    Definition Classes
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsTCPSSLOptions
  6. def addEnabledCipherSuite(value: String): AmqpBridgeOptions

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

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

    Definition Classes
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsTCPSSLOptions
  7. def addEnabledSaslMechanism(value: String): AmqpBridgeOptions

    Adds a mechanism name that the client may use during SASL negotiation.

    Adds a mechanism name that the client may use during SASL negotiation.

    Definition Classes
    AmqpBridgeOptionsProtonClientOptions
  8. def addEnabledSecureTransportProtocol(value: String): AmqpBridgeOptions

    Sets the list of enabled SSL/TLS protocols.

    Sets the list of enabled SSL/TLS protocols.

    Definition Classes
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsTCPSSLOptions
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def asJava: amqpbridge.AmqpBridgeOptions
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def getConnectTimeout: Int
  17. def getContainerId: String
  18. def getCrlPaths: Buffer[String]
  19. def getCrlValues: Buffer[Buffer]
  20. def getEnabledCipherSuites: Set[String]
  21. def getEnabledSaslMechanisms: Set[String]
    Definition Classes
    AmqpBridgeOptionsProtonClientOptions
  22. def getEnabledSecureTransportProtocols: Set[String]
  23. def getHeartbeat: Int
    Definition Classes
    AmqpBridgeOptionsProtonClientOptions
  24. def getHostnameVerificationAlgorithm: String
  25. def getIdleTimeout: Int
  26. def getIdleTimeoutUnit: TimeUnit
  27. def getJdkSslEngineOptions: JdkSSLEngineOptions
  28. def getKeyStoreOptions: JksOptions
  29. def getLocalAddress: String
  30. def getLogActivity: Boolean
  31. def getMaxFrameSize: Int
    Definition Classes
    AmqpBridgeOptionsProtonClientOptions
  32. def getMetricsName: String
  33. def getOpenSslEngineOptions: OpenSSLEngineOptions
  34. def getPemKeyCertOptions: PemKeyCertOptions
  35. def getPemTrustOptions: PemTrustOptions
  36. def getPfxKeyCertOptions: PfxOptions
  37. def getPfxTrustOptions: PfxOptions
  38. def getProxyOptions: ProxyOptions
  39. def getReceiveBufferSize: Int
  40. def getReconnectAttempts: Int
  41. def getReconnectInterval: Long
  42. def getSendBufferSize: Int
  43. def getSniServerName: String
    Definition Classes
    AmqpBridgeOptionsProtonClientOptions
  44. def getSoLinger: Int
  45. def getSslHandshakeTimeout: Long
  46. def getSslHandshakeTimeoutUnit: TimeUnit
  47. def getTrafficClass: Int
  48. def getTrustStoreOptions: JksOptions
  49. def getVhost: String
  50. def getVirtualHost: String
    Definition Classes
    AmqpBridgeOptionsProtonClientOptions
  51. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  52. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  53. def isReplyHandlingSupport: Boolean
  54. def isReuseAddress: Boolean
  55. def isReusePort: Boolean
  56. def isSsl: Boolean
  57. def isTcpCork: Boolean
  58. def isTcpFastOpen: Boolean
  59. def isTcpKeepAlive: Boolean
  60. def isTcpNoDelay: Boolean
  61. def isTcpQuickAck: Boolean
  62. def isTrustAll: Boolean
  63. def isUseAlpn: Boolean
  64. def isUsePooledBuffers: Boolean
  65. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  66. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  67. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  68. def setConnectTimeout(value: Int): AmqpBridgeOptions

    Set the connect timeout

    Set the connect timeout

    Definition Classes
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsClientOptionsBase
  69. def setContainerId(value: String): AmqpBridgeOptions

    Sets the value to use as the container-id field in the AMQP Open frame.

    Sets the value to use as the container-id field in the AMQP Open frame. Some servers and clients use this for the concept of a 'Client ID'. Defaults to null, which indicates a value will be generated by the bridge when the underlying connection is made.

  70. def setEnabledSecureTransportProtocols(value: Set[String]): AmqpBridgeOptions
  71. def setHeartbeat(value: Int): AmqpBridgeOptions

    Set the heartbeat (in milliseconds) as maximum delay between sending frames for the remote peers.

    Set the heartbeat (in milliseconds) as maximum delay between sending frames for the remote peers. If no frames are received within 2*heartbeat, the connection is closed

    Definition Classes
    AmqpBridgeOptionsProtonClientOptions
  72. def setHostnameVerificationAlgorithm(value: String): AmqpBridgeOptions

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

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

    Definition Classes
    AmqpBridgeOptionsProtonClientOptionsNetClientOptions
  73. def setIdleTimeout(value: Int): AmqpBridgeOptions

    Set the idle timeout, default time unit is seconds.

    Set the idle timeout, default time unit is seconds. Zero means don't timeout. This determines if a connection will timeout and be closed if no data is received within the timeout.

    If you want change default time unit, use NetClientOptions

    Definition Classes
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsTCPSSLOptions
  74. def setIdleTimeoutUnit(value: TimeUnit): AmqpBridgeOptions

    Set the idle timeout unit.

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

    Definition Classes
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsTCPSSLOptions
  75. def setJdkSslEngineOptions(value: JdkSSLEngineOptions): AmqpBridgeOptions
  76. def setKeyStoreOptions(value: JksOptions): AmqpBridgeOptions

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

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

    Definition Classes
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsTCPSSLOptions
  77. def setLocalAddress(value: String): AmqpBridgeOptions

    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
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsClientOptionsBase
  78. def setLogActivity(value: Boolean): AmqpBridgeOptions

    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
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsNetworkOptions
  79. def setMaxFrameSize(value: Int): AmqpBridgeOptions

    Sets the maximum frame size for the connection.

    Sets the maximum frame size for the connection.

    If this property is not set explicitly, a reasonable default value is used.

    Setting this property to a negative value will result in no maximum frame size being announced at all.

    Definition Classes
    AmqpBridgeOptionsProtonClientOptions
  80. def setMetricsName(value: String): AmqpBridgeOptions

    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
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsClientOptionsBase
  81. def setOpenSslEngineOptions(value: OpenSSLEngineOptions): AmqpBridgeOptions
  82. def setPemKeyCertOptions(value: PemKeyCertOptions): AmqpBridgeOptions

    Set the key/cert store options in pem format.

    Set the key/cert store options in pem format.

    Definition Classes
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsTCPSSLOptions
  83. def setPemTrustOptions(value: PemTrustOptions): AmqpBridgeOptions

    Set the trust options in pem format

    Set the trust options in pem format

    Definition Classes
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsTCPSSLOptions
  84. def setPfxKeyCertOptions(value: PfxOptions): AmqpBridgeOptions

    Set the key/cert options in pfx format.

    Set the key/cert options in pfx format.

    Definition Classes
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsTCPSSLOptions
  85. def setPfxTrustOptions(value: PfxOptions): AmqpBridgeOptions

    Set the trust options in pfx format

    Set the trust options in pfx format

    Definition Classes
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsTCPSSLOptions
  86. def setProxyOptions(value: ProxyOptions): AmqpBridgeOptions

    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
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsClientOptionsBase
  87. def setReceiveBufferSize(value: Int): AmqpBridgeOptions

    Set the TCP receive buffer size

    Set the TCP receive buffer size

    Definition Classes
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsNetworkOptions
  88. def setReconnectAttempts(value: Int): AmqpBridgeOptions

    Set the value of reconnect attempts

    Set the value of reconnect attempts

    Definition Classes
    AmqpBridgeOptionsProtonClientOptionsNetClientOptions
  89. def setReconnectInterval(value: Long): AmqpBridgeOptions

    Set the reconnect interval

    Set the reconnect interval

    Definition Classes
    AmqpBridgeOptionsProtonClientOptionsNetClientOptions
  90. def setReplyHandlingSupport(value: Boolean): AmqpBridgeOptions

    Sets whether the bridge should try to enable support for sending messages with a reply handler set, and replying to messages using the message reply methods.

    Sets whether the bridge should try to enable support for sending messages with a reply handler set, and replying to messages using the message reply methods. Defaults to true. If the server does not advertise support for 'anonymous sender' links then the bridge won't support reply handling regardless of this setting.

  91. def setReuseAddress(value: Boolean): AmqpBridgeOptions

    Set the value of reuse address

    Set the value of reuse address

    Definition Classes
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsNetworkOptions
  92. def setReusePort(value: Boolean): AmqpBridgeOptions

    Set the value of reuse port.

    Set the value of reuse port.

    This is only supported by native transports.

    Definition Classes
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsNetworkOptions
  93. def setSendBufferSize(value: Int): AmqpBridgeOptions

    Set the TCP send buffer size

    Set the TCP send buffer size

    Definition Classes
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsNetworkOptions
  94. def setSniServerName(value: String): AmqpBridgeOptions

    Explicitly override the hostname to use for the TLS SNI server name.

    Explicitly override the hostname to use for the TLS SNI server name.

    If neither the ProtonClientOptions or SNI server name is explicitly overridden, the hostname specified in io.vertx.scala.proton.ProtonClient will be used, with SNI performed implicitly where a FQDN was specified.

    This method should typically only be needed to set different values for the [virtual] hostname and SNI server name.

    Definition Classes
    AmqpBridgeOptionsProtonClientOptions
  95. def setSoLinger(value: Int): AmqpBridgeOptions

    Set whether SO_linger keep alive is enabled

    Set whether SO_linger keep alive is enabled

    Definition Classes
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsTCPSSLOptions
  96. def setSsl(value: Boolean): AmqpBridgeOptions

    Set whether SSL/TLS is enabled

    Set whether SSL/TLS is enabled

    Definition Classes
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsTCPSSLOptions
  97. def setSslHandshakeTimeout(value: Long): AmqpBridgeOptions

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

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

    Definition Classes
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsTCPSSLOptions
  98. def setSslHandshakeTimeoutUnit(value: TimeUnit): AmqpBridgeOptions

    Set the SSL handshake timeout unit.

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

    Definition Classes
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsTCPSSLOptions
  99. def setTcpCork(value: Boolean): AmqpBridgeOptions

    Enable the TCP_CORK option - only with linux native transport.

    Enable the TCP_CORK option - only with linux native transport.

    Definition Classes
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsTCPSSLOptions
  100. def setTcpFastOpen(value: Boolean): AmqpBridgeOptions

    Enable the TCP_FASTOPEN option - only with linux native transport.

    Enable the TCP_FASTOPEN option - only with linux native transport.

    Definition Classes
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsTCPSSLOptions
  101. def setTcpKeepAlive(value: Boolean): AmqpBridgeOptions

    Set whether TCP keep alive is enabled

    Set whether TCP keep alive is enabled

    Definition Classes
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsTCPSSLOptions
  102. def setTcpNoDelay(value: Boolean): AmqpBridgeOptions

    Set whether TCP no delay is enabled

    Set whether TCP no delay is enabled

    Definition Classes
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsTCPSSLOptions
  103. def setTcpQuickAck(value: Boolean): AmqpBridgeOptions

    Enable the TCP_QUICKACK option - only with linux native transport.

    Enable the TCP_QUICKACK option - only with linux native transport.

    Definition Classes
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsTCPSSLOptions
  104. def setTrafficClass(value: Int): AmqpBridgeOptions

    Set the value of traffic class

    Set the value of traffic class

    Definition Classes
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsNetworkOptions
  105. def setTrustAll(value: Boolean): AmqpBridgeOptions

    Set whether all server certificates should be trusted

    Set whether all server certificates should be trusted

    Definition Classes
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsClientOptionsBase
  106. def setTrustStoreOptions(value: JksOptions): AmqpBridgeOptions

    Set the trust options in jks format, aka Java truststore

    Set the trust options in jks format, aka Java truststore

    Definition Classes
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsTCPSSLOptions
  107. def setUseAlpn(value: Boolean): AmqpBridgeOptions

    Set the ALPN usage.

    Set the ALPN usage.

    Definition Classes
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsTCPSSLOptions
  108. def setUsePooledBuffers(value: Boolean): AmqpBridgeOptions

    Set whether Netty pooled buffers are enabled

    Set whether Netty pooled buffers are enabled

    Definition Classes
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsTCPSSLOptions
  109. def setVhost(value: String): AmqpBridgeOptions

    Sets the value to use as the hostname field in the AMQP Open frame.

    Sets the value to use as the hostname field in the AMQP Open frame. Defaults to null, which indicates the hostname value given when starting the bridge will be used to populate the hostname field.

  110. def setVirtualHost(value: String): AmqpBridgeOptions

    Override the hostname value used in the connection AMQP Open frame and TLS SNI server name (if TLS is in use).

    Override the hostname value used in the connection AMQP Open frame and TLS SNI server name (if TLS is in use). By default, the hostname specified in io.vertx.scala.proton.ProtonClient will be used for both, with SNI performed implicit where a FQDN was specified.

    The SNI server name can also be overridden explicitly using ProtonClientOptions.

    Definition Classes
    AmqpBridgeOptionsProtonClientOptions
  111. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  112. def toString(): String
    Definition Classes
    AnyRef → Any
  113. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  114. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  115. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from ProtonClientOptions

Inherited from NetClientOptions

Inherited from ClientOptionsBase

Inherited from TCPSSLOptions

Inherited from NetworkOptions

Inherited from AnyRef

Inherited from Any

Ungrouped