class AmqpBridgeOptions extends AnyRef
Options for configuring the AmqpBridge.
- Alphabetic
- By Inheritance
- AmqpBridgeOptions
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new AmqpBridgeOptions(_asJava: amqpbridge.AmqpBridgeOptions)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addCrlPath(value: String): AmqpBridgeOptions
- def addCrlValue(value: Buffer): AmqpBridgeOptions
- def addEnabledCipherSuite(value: String): AmqpBridgeOptions
- def addEnabledSaslMechanism(value: String): AmqpBridgeOptions
- def addEnabledSecureTransportProtocol(value: String): AmqpBridgeOptions
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asJava: amqpbridge.AmqpBridgeOptions
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- def getConnectTimeout: Int
- def getContainerId: String
- def getCrlPaths: Buffer[String]
- def getCrlValues: Buffer[Buffer]
- def getEnabledCipherSuites: Set[String]
- def getEnabledSaslMechanisms: Set[String]
- def getEnabledSecureTransportProtocols: Set[String]
- def getHeartbeat: Int
- def getHostnameVerificationAlgorithm: String
- def getIdleTimeout: Int
- def getJdkSslEngineOptions: JdkSSLEngineOptions
- def getKeyStoreOptions: JksOptions
- def getLocalAddress: String
- def getLogActivity: Boolean
- def getMetricsName: String
- def getOpenSslEngineOptions: OpenSSLEngineOptions
- def getPemKeyCertOptions: PemKeyCertOptions
- def getPemTrustOptions: PemTrustOptions
- def getPfxKeyCertOptions: PfxOptions
- def getPfxTrustOptions: PfxOptions
- def getProxyOptions: ProxyOptions
- def getReceiveBufferSize: Int
- def getReconnectAttempts: Int
- def getReconnectInterval: Long
- def getSendBufferSize: Int
- def getSoLinger: Int
- def getTrafficClass: Int
- def getTrustStoreOptions: JksOptions
- def getVhost: String
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isReplyHandlingSupport: Boolean
- def isReuseAddress: Boolean
- def isSsl: Boolean
- def isTcpKeepAlive: Boolean
- def isTcpNoDelay: Boolean
- def isTrustAll: Boolean
- def isUseAlpn: Boolean
- def isUsePooledBuffers: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- def setConnectTimeout(value: Int): AmqpBridgeOptions
-
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.
- def setHeartbeat(value: Int): AmqpBridgeOptions
- def setHostnameVerificationAlgorithm(value: String): AmqpBridgeOptions
- def setIdleTimeout(value: Int): AmqpBridgeOptions
- def setJdkSslEngineOptions(value: JdkSSLEngineOptions): AmqpBridgeOptions
- def setKeyStoreOptions(value: JksOptions): AmqpBridgeOptions
- def setLocalAddress(value: String): AmqpBridgeOptions
- def setLogActivity(value: Boolean): AmqpBridgeOptions
- def setMetricsName(value: String): AmqpBridgeOptions
- def setOpenSslEngineOptions(value: OpenSSLEngineOptions): AmqpBridgeOptions
- def setPemKeyCertOptions(value: PemKeyCertOptions): AmqpBridgeOptions
- def setPemTrustOptions(value: PemTrustOptions): AmqpBridgeOptions
- def setPfxKeyCertOptions(value: PfxOptions): AmqpBridgeOptions
- def setPfxTrustOptions(value: PfxOptions): AmqpBridgeOptions
- def setProxyOptions(value: ProxyOptions): AmqpBridgeOptions
- def setReceiveBufferSize(value: Int): AmqpBridgeOptions
- def setReconnectAttempts(value: Int): AmqpBridgeOptions
- def setReconnectInterval(value: Long): AmqpBridgeOptions
-
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.
- def setReuseAddress(value: Boolean): AmqpBridgeOptions
- def setSendBufferSize(value: Int): AmqpBridgeOptions
- def setSoLinger(value: Int): AmqpBridgeOptions
- def setSsl(value: Boolean): AmqpBridgeOptions
- def setTcpKeepAlive(value: Boolean): AmqpBridgeOptions
- def setTcpNoDelay(value: Boolean): AmqpBridgeOptions
- def setTrafficClass(value: Int): AmqpBridgeOptions
- def setTrustAll(value: Boolean): AmqpBridgeOptions
- def setTrustStoreOptions(value: JksOptions): AmqpBridgeOptions
- def setUseAlpn(value: Boolean): AmqpBridgeOptions
- def setUsePooledBuffers(value: Boolean): AmqpBridgeOptions
-
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.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )