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 isReusePort: Boolean
  53. def isSsl: Boolean
  54. def isTcpCork: Boolean
  55. def isTcpFastOpen: Boolean
  56. def isTcpKeepAlive: Boolean
  57. def isTcpNoDelay: Boolean
  58. def isTcpQuickAck: Boolean
  59. def isTrustAll: Boolean
  60. def isUseAlpn: Boolean
  61. def isUsePooledBuffers: Boolean
  62. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  63. final def notify(): Unit
    Definition Classes
    AnyRef
  64. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  65. def setConnectTimeout(value: Int): AmqpBridgeOptions
  66. 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.

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

  86. def setReuseAddress(value: Boolean): AmqpBridgeOptions
  87. def setReusePort(value: Boolean): AmqpBridgeOptions
  88. def setSendBufferSize(value: Int): AmqpBridgeOptions
  89. def setSniServerName(value: String): AmqpBridgeOptions
  90. def setSoLinger(value: Int): AmqpBridgeOptions
  91. def setSsl(value: Boolean): AmqpBridgeOptions
  92. def setTcpCork(value: Boolean): AmqpBridgeOptions
  93. def setTcpFastOpen(value: Boolean): AmqpBridgeOptions
  94. def setTcpKeepAlive(value: Boolean): AmqpBridgeOptions
  95. def setTcpNoDelay(value: Boolean): AmqpBridgeOptions
  96. def setTcpQuickAck(value: Boolean): AmqpBridgeOptions
  97. def setTrafficClass(value: Int): AmqpBridgeOptions
  98. def setTrustAll(value: Boolean): AmqpBridgeOptions
  99. def setTrustStoreOptions(value: JksOptions): AmqpBridgeOptions
  100. def setUseAlpn(value: Boolean): AmqpBridgeOptions
  101. def setUsePooledBuffers(value: Boolean): AmqpBridgeOptions
  102. 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.

  103. def setVirtualHost(value: String): AmqpBridgeOptions
  104. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  105. def toString(): String
    Definition Classes
    AnyRef → Any
  106. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  107. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  108. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped