Packages

class AmqpBridgeOptions extends AnyRef

Options for configuring the AmqpBridge.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AmqpBridgeOptions
  2. AnyRef
  3. 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
  5. def addCrlValue(value: Buffer): AmqpBridgeOptions
  6. def addEnabledCipherSuite(value: String): AmqpBridgeOptions
  7. def addEnabledSaslMechanism(value: String): AmqpBridgeOptions
  8. def addEnabledSecureTransportProtocol(value: String): AmqpBridgeOptions
  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
    @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
  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]
  22. def getEnabledSecureTransportProtocols: Set[String]
  23. def getHeartbeat: Int
  24. def getHostnameVerificationAlgorithm: String
  25. def getIdleTimeout: Int
  26. def getJdkSslEngineOptions: JdkSSLEngineOptions
  27. def getKeyStoreOptions: JksOptions
  28. def getLocalAddress: String
  29. def getLogActivity: Boolean
  30. def getMetricsName: String
  31. def getOpenSslEngineOptions: OpenSSLEngineOptions
  32. def getPemKeyCertOptions: PemKeyCertOptions
  33. def getPemTrustOptions: PemTrustOptions
  34. def getPfxKeyCertOptions: PfxOptions
  35. def getPfxTrustOptions: PfxOptions
  36. def getProxyOptions: ProxyOptions
  37. def getReceiveBufferSize: Int
  38. def getReconnectAttempts: Int
  39. def getReconnectInterval: Long
  40. def getSendBufferSize: Int
  41. def getSniServerName: String
  42. def getSoLinger: Int
  43. def getTrafficClass: Int
  44. def getTrustStoreOptions: JksOptions
  45. def getVhost: String
  46. def getVirtualHost: String
  47. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  48. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  49. def isReplyHandlingSupport: Boolean
  50. def isReuseAddress: Boolean
  51. def isSsl: Boolean
  52. def isTcpKeepAlive: Boolean
  53. def isTcpNoDelay: Boolean
  54. def isTrustAll: Boolean
  55. def isUseAlpn: Boolean
  56. def isUsePooledBuffers: Boolean
  57. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  58. final def notify(): Unit
    Definition Classes
    AnyRef
  59. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  60. def setConnectTimeout(value: Int): AmqpBridgeOptions
  61. 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.

  62. def setHeartbeat(value: Int): AmqpBridgeOptions
  63. def setHostnameVerificationAlgorithm(value: String): AmqpBridgeOptions
  64. def setIdleTimeout(value: Int): AmqpBridgeOptions
  65. def setJdkSslEngineOptions(value: JdkSSLEngineOptions): AmqpBridgeOptions
  66. def setKeyStoreOptions(value: JksOptions): AmqpBridgeOptions
  67. def setLocalAddress(value: String): AmqpBridgeOptions
  68. def setLogActivity(value: Boolean): AmqpBridgeOptions
  69. def setMetricsName(value: String): AmqpBridgeOptions
  70. def setOpenSslEngineOptions(value: OpenSSLEngineOptions): AmqpBridgeOptions
  71. def setPemKeyCertOptions(value: PemKeyCertOptions): AmqpBridgeOptions
  72. def setPemTrustOptions(value: PemTrustOptions): AmqpBridgeOptions
  73. def setPfxKeyCertOptions(value: PfxOptions): AmqpBridgeOptions
  74. def setPfxTrustOptions(value: PfxOptions): AmqpBridgeOptions
  75. def setProxyOptions(value: ProxyOptions): AmqpBridgeOptions
  76. def setReceiveBufferSize(value: Int): AmqpBridgeOptions
  77. def setReconnectAttempts(value: Int): AmqpBridgeOptions
  78. def setReconnectInterval(value: Long): AmqpBridgeOptions
  79. 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.

  80. def setReuseAddress(value: Boolean): AmqpBridgeOptions
  81. def setSendBufferSize(value: Int): AmqpBridgeOptions
  82. def setSniServerName(value: String): AmqpBridgeOptions
  83. def setSoLinger(value: Int): AmqpBridgeOptions
  84. def setSsl(value: Boolean): AmqpBridgeOptions
  85. def setTcpKeepAlive(value: Boolean): AmqpBridgeOptions
  86. def setTcpNoDelay(value: Boolean): AmqpBridgeOptions
  87. def setTrafficClass(value: Int): AmqpBridgeOptions
  88. def setTrustAll(value: Boolean): AmqpBridgeOptions
  89. def setTrustStoreOptions(value: JksOptions): AmqpBridgeOptions
  90. def setUseAlpn(value: Boolean): AmqpBridgeOptions
  91. def setUsePooledBuffers(value: Boolean): AmqpBridgeOptions
  92. 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.

  93. def setVirtualHost(value: String): AmqpBridgeOptions
  94. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  95. def toString(): String
    Definition Classes
    AnyRef → Any
  96. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  97. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  98. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped