Packages

class StompServerOptions extends NetServerOptions

STOMP Server options. You can also configure the Net Server used by the STOMP server from these options.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StompServerOptions
  2. NetServerOptions
  3. TCPSSLOptions
  4. NetworkOptions
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StompServerOptions(_asJava: ext.stomp.StompServerOptions)

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): StompServerOptions

    Add a CRL path

    Add a CRL path

    Definition Classes
    StompServerOptionsNetServerOptionsTCPSSLOptions
  5. def addCrlValue(value: Buffer): StompServerOptions

    Add a CRL value

    Add a CRL value

    Definition Classes
    StompServerOptionsNetServerOptionsTCPSSLOptions
  6. def addEnabledCipherSuite(value: String): StompServerOptions

    Add an enabled cipher suite, appended to the ordered suites.

    Add an enabled cipher suite, appended to the ordered suites.

    Definition Classes
    StompServerOptionsNetServerOptionsTCPSSLOptions
  7. def addEnabledSecureTransportProtocol(value: String): StompServerOptions

    Sets the list of enabled SSL/TLS protocols.

    Sets the list of enabled SSL/TLS protocols.

    Definition Classes
    StompServerOptionsNetServerOptionsTCPSSLOptions
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def asJava: ext.stomp.StompServerOptions
    Definition Classes
    StompServerOptionsNetServerOptions
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def getAcceptBacklog: Int
    Definition Classes
    StompServerOptionsNetServerOptions
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def getClientAuth: ClientAuth
    Definition Classes
    StompServerOptionsNetServerOptions
  17. def getCrlPaths: Buffer[String]
  18. def getCrlValues: Buffer[Buffer]
  19. def getEnabledCipherSuites: Set[String]
  20. def getEnabledSecureTransportProtocols: Set[String]
  21. def getHeartbeat: JsonObject
  22. def getHost: String
    Definition Classes
    StompServerOptionsNetServerOptions
  23. def getIdleTimeout: Int
  24. def getIdleTimeoutUnit: TimeUnit
  25. def getJdkSslEngineOptions: JdkSSLEngineOptions
  26. def getKeyStoreOptions: JksOptions
  27. def getLogActivity: Boolean
  28. def getMaxBodyLength: Int
  29. def getMaxFrameInTransaction: Int
  30. def getMaxHeaderLength: Int
  31. def getMaxHeaders: Int
  32. def getMaxSubscriptionsByClient: Int
  33. def getOpenSslEngineOptions: OpenSSLEngineOptions
  34. def getPemKeyCertOptions: PemKeyCertOptions
  35. def getPemTrustOptions: PemTrustOptions
  36. def getPfxKeyCertOptions: PfxOptions
  37. def getPfxTrustOptions: PfxOptions
  38. def getPort: Int
    Definition Classes
    StompServerOptionsNetServerOptions
  39. def getReceiveBufferSize: Int
  40. def getSendBufferSize: Int
  41. def getSoLinger: Int
  42. def getSupportedVersions: Buffer[String]
  43. def getTimeFactor: Int
  44. def getTrafficClass: Int
  45. def getTransactionChunkSize: Int
  46. def getTrustStoreOptions: JksOptions
  47. def getWebsocketPath: String
  48. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  49. def isClientAuthRequired: Boolean
    Definition Classes
    StompServerOptionsNetServerOptions
  50. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  51. def isReuseAddress: Boolean
  52. def isReusePort: Boolean
  53. def isSecured: Boolean
  54. def isSendErrorOnNoSubscriptions: Boolean
  55. def isSni: Boolean
    Definition Classes
    StompServerOptionsNetServerOptions
  56. def isSsl: Boolean
  57. def isTcpCork: Boolean
  58. def isTcpFastOpen: Boolean
  59. def isTcpKeepAlive: Boolean
  60. def isTcpNoDelay: Boolean
  61. def isTcpQuickAck: Boolean
  62. def isTrailingLine: Boolean
  63. def isUseAlpn: Boolean
  64. def isUsePooledBuffers: Boolean
  65. def isWebsocketBridge: Boolean
  66. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  67. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  68. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  69. def setAcceptBacklog(value: Int): StompServerOptions

    Set the accept back log

    Set the accept back log

    Definition Classes
    StompServerOptionsNetServerOptions
  70. def setClientAuth(value: ClientAuth): StompServerOptions

    Set whether client auth is required

    Set whether client auth is required

    Definition Classes
    StompServerOptionsNetServerOptions
  71. def setClientAuthRequired(value: Boolean): StompServerOptions

    Set whether client auth is required

    Set whether client auth is required

    Definition Classes
    StompServerOptionsNetServerOptions
  72. def setEnabledSecureTransportProtocols(value: Set[String]): StompServerOptions
  73. def setHeartbeat(value: JsonObject): StompServerOptions

    Sets the heartbeat configuration.

  74. def setHost(value: String): StompServerOptions

    Set the host

    Set the host

    Definition Classes
    StompServerOptionsNetServerOptions
  75. def setIdleTimeout(value: Int): StompServerOptions

    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 NetServerOptions

    Definition Classes
    StompServerOptionsNetServerOptionsTCPSSLOptions
  76. def setIdleTimeoutUnit(value: TimeUnit): StompServerOptions

    Set the idle timeout unit.

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

    Definition Classes
    StompServerOptionsNetServerOptionsTCPSSLOptions
  77. def setJdkSslEngineOptions(value: JdkSSLEngineOptions): StompServerOptions
  78. def setKeyStoreOptions(value: JksOptions): StompServerOptions

    Set the key/cert options in jks format, aka Java keystore.

    Set the key/cert options in jks format, aka Java keystore.

    Definition Classes
    StompServerOptionsNetServerOptionsTCPSSLOptions
  79. def setLogActivity(value: Boolean): StompServerOptions

    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
    StompServerOptionsNetServerOptionsTCPSSLOptionsNetworkOptions
  80. def setMaxBodyLength(value: Int): StompServerOptions

    Sets the max body length accepted by the server.

    Sets the max body length accepted by the server. 10 Mb by default.

  81. def setMaxFrameInTransaction(value: Int): StompServerOptions

    Sets the maximum number of frame that can be added in a transaction.

    Sets the maximum number of frame that can be added in a transaction. If the number of frame added to a transaction exceeds this threshold, the client receives an ERROR frame and is disconnected. The default is 1000.

  82. def setMaxHeaderLength(value: Int): StompServerOptions

    Sets the max header length.

  83. def setMaxHeaders(value: Int): StompServerOptions

    Sets the maximum number of headers.

    Sets the maximum number of headers. 1000 by default.

  84. def setMaxSubscriptionsByClient(value: Int): StompServerOptions

    Sets the maximum of subscriptions a client is allowed to register.

    Sets the maximum of subscriptions a client is allowed to register. If a client exceeds this number, it receives an error and the connection is closed.

  85. def setOpenSslEngineOptions(value: OpenSSLEngineOptions): StompServerOptions
  86. def setPemKeyCertOptions(value: PemKeyCertOptions): StompServerOptions

    Set the key/cert store options in pem format.

    Set the key/cert store options in pem format.

    Definition Classes
    StompServerOptionsNetServerOptionsTCPSSLOptions
  87. def setPemTrustOptions(value: PemTrustOptions): StompServerOptions

    Set the trust options in pem format

    Set the trust options in pem format

    Definition Classes
    StompServerOptionsNetServerOptionsTCPSSLOptions
  88. def setPfxKeyCertOptions(value: PfxOptions): StompServerOptions

    Set the key/cert options in pfx format.

    Set the key/cert options in pfx format.

    Definition Classes
    StompServerOptionsNetServerOptionsTCPSSLOptions
  89. def setPfxTrustOptions(value: PfxOptions): StompServerOptions

    Set the trust options in pfx format

    Set the trust options in pfx format

    Definition Classes
    StompServerOptionsNetServerOptionsTCPSSLOptions
  90. def setPort(value: Int): StompServerOptions

    Sets the port on which the server is going to listen for TCP connection.

    Sets the port on which the server is going to listen for TCP connection.

    Definition Classes
    StompServerOptionsNetServerOptions
  91. def setReceiveBufferSize(value: Int): StompServerOptions

    Set the TCP receive buffer size

    Set the TCP receive buffer size

    Definition Classes
    StompServerOptionsNetServerOptionsTCPSSLOptionsNetworkOptions
  92. def setReuseAddress(value: Boolean): StompServerOptions

    Set the value of reuse address

    Set the value of reuse address

    Definition Classes
    StompServerOptionsNetServerOptionsTCPSSLOptionsNetworkOptions
  93. def setReusePort(value: Boolean): StompServerOptions

    Set the value of reuse port.

    Set the value of reuse port.

    This is only supported by native transports.

    Definition Classes
    StompServerOptionsNetServerOptionsTCPSSLOptionsNetworkOptions
  94. def setSecured(value: Boolean): StompServerOptions

    Enables or disables the server security feature.

    Enables or disables the server security feature. It requires an io.vertx.scala.ext.auth.AuthProvider handler.

  95. def setSendBufferSize(value: Int): StompServerOptions

    Set the TCP send buffer size

    Set the TCP send buffer size

    Definition Classes
    StompServerOptionsNetServerOptionsTCPSSLOptionsNetworkOptions
  96. def setSendErrorOnNoSubscriptions(value: Boolean): StompServerOptions

    Sets whether or not an error is sent to the client when this client sends a message to an not subscribed destinations (no subscriptions on this destination).

  97. def setSni(value: Boolean): StompServerOptions

    Set whether the server supports Server Name Indiciation

    Set whether the server supports Server Name Indiciation

    Definition Classes
    StompServerOptionsNetServerOptions
  98. def setSoLinger(value: Int): StompServerOptions

    Set whether SO_linger keep alive is enabled

    Set whether SO_linger keep alive is enabled

    Definition Classes
    StompServerOptionsNetServerOptionsTCPSSLOptions
  99. def setSsl(value: Boolean): StompServerOptions

    Set whether SSL/TLS is enabled

    Set whether SSL/TLS is enabled

    Definition Classes
    StompServerOptionsNetServerOptionsTCPSSLOptions
  100. def setSupportedVersions(value: Buffer[String]): StompServerOptions

    Sets the STOMP protocol versions supported by the server.

    Sets the STOMP protocol versions supported by the server. Versions must be given in the decreasing order.

  101. def setTcpCork(value: Boolean): StompServerOptions

    Enable the TCP_CORK option - only with linux native transport.

    Enable the TCP_CORK option - only with linux native transport.

    Definition Classes
    StompServerOptionsNetServerOptionsTCPSSLOptions
  102. def setTcpFastOpen(value: Boolean): StompServerOptions

    Enable the TCP_FASTOPEN option - only with linux native transport.

    Enable the TCP_FASTOPEN option - only with linux native transport.

    Definition Classes
    StompServerOptionsNetServerOptionsTCPSSLOptions
  103. def setTcpKeepAlive(value: Boolean): StompServerOptions

    Set whether TCP keep alive is enabled

    Set whether TCP keep alive is enabled

    Definition Classes
    StompServerOptionsNetServerOptionsTCPSSLOptions
  104. def setTcpNoDelay(value: Boolean): StompServerOptions

    Set whether TCP no delay is enabled

    Set whether TCP no delay is enabled

    Definition Classes
    StompServerOptionsNetServerOptionsTCPSSLOptions
  105. def setTcpQuickAck(value: Boolean): StompServerOptions

    Enable the TCP_QUICKACK option - only with linux native transport.

    Enable the TCP_QUICKACK option - only with linux native transport.

    Definition Classes
    StompServerOptionsNetServerOptionsTCPSSLOptions
  106. def setTimeFactor(value: Int): StompServerOptions

    Sets the time factor.

  107. def setTrafficClass(value: Int): StompServerOptions

    Set the value of traffic class

    Set the value of traffic class

    Definition Classes
    StompServerOptionsNetServerOptionsTCPSSLOptionsNetworkOptions
  108. def setTrailingLine(value: Boolean): StompServerOptions

    Sets whether or not an empty line should be appended to the written STOMP frame.

    Sets whether or not an empty line should be appended to the written STOMP frame. This option is disabled by default. This option is not compliant with the STOMP specification, and so is not documented on purpose.

  109. def setTransactionChunkSize(value: Int): StompServerOptions

    Sets the chunk size when replaying a transaction.

    Sets the chunk size when replaying a transaction. To avoid blocking the event loop for too long, large transactions are split into chunks, replayed one by one. This settings sets the chunk size.

  110. def setTrustStoreOptions(value: JksOptions): StompServerOptions

    Set the trust options in jks format, aka Java truststore

    Set the trust options in jks format, aka Java truststore

    Definition Classes
    StompServerOptionsNetServerOptionsTCPSSLOptions
  111. def setUseAlpn(value: Boolean): StompServerOptions

    Set the ALPN usage.

    Set the ALPN usage.

    Definition Classes
    StompServerOptionsNetServerOptionsTCPSSLOptions
  112. def setUsePooledBuffers(value: Boolean): StompServerOptions

    Set whether Netty pooled buffers are enabled

    Set whether Netty pooled buffers are enabled

    Definition Classes
    StompServerOptionsNetServerOptionsTCPSSLOptions
  113. def setWebsocketBridge(value: Boolean): StompServerOptions

    Enables or disables the web socket bridge.

  114. def setWebsocketPath(value: String): StompServerOptions

    Sets the websocket path.

    Sets the websocket path. Only frames received on this path would be considered as STOMP frame.

  115. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  116. def toString(): String
    Definition Classes
    AnyRef → Any
  117. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  118. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  119. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from NetServerOptions

Inherited from TCPSSLOptions

Inherited from NetworkOptions

Inherited from AnyRef

Inherited from Any

Ungrouped