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 getMaxFrameSize: Int
  31. def getMetricsName: String
  32. def getOpenSslEngineOptions: OpenSSLEngineOptions
  33. def getPemKeyCertOptions: PemKeyCertOptions
  34. def getPemTrustOptions: PemTrustOptions
  35. def getPfxKeyCertOptions: PfxOptions
  36. def getPfxTrustOptions: PfxOptions
  37. def getProxyOptions: ProxyOptions
  38. def getReceiveBufferSize: Int
  39. def getReconnectAttempts: Int
  40. def getReconnectInterval: Long
  41. def getSendBufferSize: Int
  42. def getSniServerName: String
  43. def getSoLinger: Int
  44. def getTrafficClass: Int
  45. def getTrustStoreOptions: JksOptions
  46. def getVhost: String
  47. def getVirtualHost: String
  48. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  49. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  50. def isReplyHandlingSupport: Boolean
  51. def isReuseAddress: Boolean
  52. def isSsl: Boolean
  53. def isTcpKeepAlive: Boolean
  54. def isTcpNoDelay: Boolean
  55. def isTrustAll: Boolean
  56. def isUseAlpn: Boolean
  57. def isUsePooledBuffers: Boolean
  58. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  59. final def notify(): Unit
    Definition Classes
    AnyRef
  60. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  61. def setConnectTimeout(value: Int): AmqpBridgeOptions
  62. 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.

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped