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

  5. def addCrlValue(value: Buffer): AmqpBridgeOptions

    Add a CRL value

  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
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsClientOptionsBaseTCPSSLOptions
  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
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsClientOptionsBaseTCPSSLOptions
  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 getTrafficClass: Int
  46. def getTrustStoreOptions: JksOptions
  47. def getVhost: String
  48. def getVirtualHost: String
    Definition Classes
    AmqpBridgeOptionsProtonClientOptions
  49. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  50. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  51. def isReplyHandlingSupport: Boolean
  52. def isReuseAddress: Boolean
  53. def isReusePort: Boolean
  54. def isSsl: Boolean
  55. def isTcpCork: Boolean
  56. def isTcpFastOpen: Boolean
  57. def isTcpKeepAlive: Boolean
  58. def isTcpNoDelay: Boolean
  59. def isTcpQuickAck: Boolean
  60. def isTrustAll: Boolean
  61. def isUseAlpn: Boolean
  62. def isUsePooledBuffers: Boolean
  63. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  64. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  65. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  66. def setConnectTimeout(value: Int): AmqpBridgeOptions

    Set the connect timeout

    Set the connect timeout

    Definition Classes
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsClientOptionsBase
  67. 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.

  68. def setEnabledSecureTransportProtocols(value: Set[String]): AmqpBridgeOptions
  69. 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
  70. 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
  71. 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
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsClientOptionsBaseTCPSSLOptions
  72. def setIdleTimeoutUnit(value: TimeUnit): AmqpBridgeOptions

    Set the idle timeout unit.

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

    Definition Classes
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsClientOptionsBaseTCPSSLOptions
  73. def setJdkSslEngineOptions(value: JdkSSLEngineOptions): AmqpBridgeOptions
  74. 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
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsClientOptionsBaseTCPSSLOptions
  75. 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
  76. 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
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsClientOptionsBaseTCPSSLOptionsNetworkOptions
  77. 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
  78. 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
  79. def setOpenSslEngineOptions(value: OpenSSLEngineOptions): AmqpBridgeOptions
  80. 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
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsClientOptionsBaseTCPSSLOptions
  81. def setPemTrustOptions(value: PemTrustOptions): AmqpBridgeOptions

    Set the trust options in pem format

    Set the trust options in pem format

    Definition Classes
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsClientOptionsBaseTCPSSLOptions
  82. def setPfxKeyCertOptions(value: PfxOptions): AmqpBridgeOptions

    Set the key/cert options in pfx format.

    Set the key/cert options in pfx format.

    Definition Classes
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsClientOptionsBaseTCPSSLOptions
  83. def setPfxTrustOptions(value: PfxOptions): AmqpBridgeOptions

    Set the trust options in pfx format

    Set the trust options in pfx format

    Definition Classes
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsClientOptionsBaseTCPSSLOptions
  84. 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
  85. def setReceiveBufferSize(value: Int): AmqpBridgeOptions

    Set the TCP receive buffer size

    Set the TCP receive buffer size

    Definition Classes
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsClientOptionsBaseTCPSSLOptionsNetworkOptions
  86. def setReconnectAttempts(value: Int): AmqpBridgeOptions

    Set the value of reconnect attempts

    Set the value of reconnect attempts

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

    Set the reconnect interval

    Set the reconnect interval

    Definition Classes
    AmqpBridgeOptionsProtonClientOptionsNetClientOptions
  88. 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.

  89. def setReuseAddress(value: Boolean): AmqpBridgeOptions

    Set the value of reuse address

    Set the value of reuse address

    Definition Classes
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsClientOptionsBaseTCPSSLOptionsNetworkOptions
  90. 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
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsClientOptionsBaseTCPSSLOptionsNetworkOptions
  91. def setSendBufferSize(value: Int): AmqpBridgeOptions

    Set the TCP send buffer size

    Set the TCP send buffer size

    Definition Classes
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsClientOptionsBaseTCPSSLOptionsNetworkOptions
  92. 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
  93. def setSoLinger(value: Int): AmqpBridgeOptions

    Set whether SO_linger keep alive is enabled

    Set whether SO_linger keep alive is enabled

    Definition Classes
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsClientOptionsBaseTCPSSLOptions
  94. def setSsl(value: Boolean): AmqpBridgeOptions

    Set whether SSL/TLS is enabled

    Set whether SSL/TLS is enabled

    Definition Classes
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsClientOptionsBaseTCPSSLOptions
  95. 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
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsClientOptionsBaseTCPSSLOptions
  96. 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
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsClientOptionsBaseTCPSSLOptions
  97. def setTcpKeepAlive(value: Boolean): AmqpBridgeOptions

    Set whether TCP keep alive is enabled

    Set whether TCP keep alive is enabled

    Definition Classes
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsClientOptionsBaseTCPSSLOptions
  98. def setTcpNoDelay(value: Boolean): AmqpBridgeOptions

    Set whether TCP no delay is enabled

    Set whether TCP no delay is enabled

    Definition Classes
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsClientOptionsBaseTCPSSLOptions
  99. 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
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsClientOptionsBaseTCPSSLOptions
  100. def setTrafficClass(value: Int): AmqpBridgeOptions

    Set the value of traffic class

    Set the value of traffic class

    Definition Classes
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsClientOptionsBaseTCPSSLOptionsNetworkOptions
  101. def setTrustAll(value: Boolean): AmqpBridgeOptions

    Set whether all server certificates should be trusted

    Set whether all server certificates should be trusted

    Definition Classes
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsClientOptionsBase
  102. 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
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsClientOptionsBaseTCPSSLOptions
  103. def setUseAlpn(value: Boolean): AmqpBridgeOptions

    Set the ALPN usage.

    Set the ALPN usage.

    Definition Classes
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsClientOptionsBaseTCPSSLOptions
  104. def setUsePooledBuffers(value: Boolean): AmqpBridgeOptions

    Set whether Netty pooled buffers are enabled

    Set whether Netty pooled buffers are enabled

    Definition Classes
    AmqpBridgeOptionsProtonClientOptionsNetClientOptionsClientOptionsBaseTCPSSLOptions
  105. 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.

  106. 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
  107. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  108. def toString(): String
    Definition Classes
    AnyRef → Any
  109. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  110. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  111. 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