StompServerOptions

io.vertx.scala.ext.stomp.`package`.StompServerOptions

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(json: JsonObject): StompServerOptions
def apply(acceptBacklog: Integer, activityLogDataFormat: ByteBufFormat, clientAuth: ClientAuth, enabledSecureTransportProtocols: Set[String], heartbeat: JsonObject, host: String, idleTimeout: Integer, idleTimeoutUnit: TimeUnit, keyCertOptions: KeyCertOptions, logActivity: Boolean, maxBodyLength: Integer, maxFrameInTransaction: Integer, maxHeaderLength: Integer, maxHeaders: Integer, maxSubscriptionsByClient: Integer, port: Integer, proxyProtocolTimeout: Long, proxyProtocolTimeoutUnit: TimeUnit, readIdleTimeout: Integer, receiveBufferSize: Integer, registerWriteHandler: Boolean, reuseAddress: Boolean, reusePort: Boolean, secured: Boolean, sendBufferSize: Integer, sendErrorOnNoSubscriptions: Boolean, sni: Boolean, soLinger: Integer, ssl: Boolean, sslEngineOptions: SSLEngineOptions, sslHandshakeTimeout: Long, sslHandshakeTimeoutUnit: TimeUnit, supportedVersions: List[String], tcpCork: Boolean, tcpFastOpen: Boolean, tcpKeepAlive: Boolean, tcpKeepAliveCount: Integer, tcpKeepAliveIdleSeconds: Integer, tcpKeepAliveIntervalSeconds: Integer, tcpNoDelay: Boolean, tcpQuickAck: Boolean, tcpUserTimeout: Integer, timeFactor: Integer, trafficClass: Integer, trafficShapingOptions: TrafficShapingOptions, trailingLine: Boolean, transactionChunkSize: Integer, trustOptions: TrustOptions, useAlpn: Boolean, useProxyProtocol: Boolean, websocketBridge: Boolean, websocketPath: String, writeIdleTimeout: Integer): StompServerOptions