MqttServerOptions

io.vertx.scala.mqtt.`package`.MqttServerOptions

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(json: JsonObject): MqttServerOptions
def apply(acceptBacklog: Integer, activityLogDataFormat: ByteBufFormat, autoClientId: Boolean, clientAuth: ClientAuth, enabledSecureTransportProtocols: Set[String], host: String, idleTimeout: Integer, idleTimeoutUnit: TimeUnit, keyCertOptions: KeyCertOptions, logActivity: Boolean, maxClientIdLength: Integer, maxMessageSize: Integer, perFrameWebSocketCompressionSupported: Boolean, perMessageWebSocketCompressionSupported: Boolean, port: Integer, proxyProtocolTimeout: Long, proxyProtocolTimeoutUnit: TimeUnit, readIdleTimeout: Integer, receiveBufferSize: Integer, registerWriteHandler: Boolean, reuseAddress: Boolean, reusePort: Boolean, sendBufferSize: Integer, sni: Boolean, soLinger: Integer, ssl: Boolean, sslEngineOptions: SSLEngineOptions, sslHandshakeTimeout: Long, sslHandshakeTimeoutUnit: TimeUnit, tcpCork: Boolean, tcpFastOpen: Boolean, tcpKeepAlive: Boolean, tcpKeepAliveCount: Integer, tcpKeepAliveIdleSeconds: Integer, tcpKeepAliveIntervalSeconds: Integer, tcpNoDelay: Boolean, tcpQuickAck: Boolean, tcpUserTimeout: Integer, timeoutOnConnect: Integer, trafficClass: Integer, trafficShapingOptions: TrafficShapingOptions, trustOptions: TrustOptions, useAlpn: Boolean, useProxyProtocol: Boolean, useWebSocket: Boolean, webSocketAllowServerNoContext: Boolean, webSocketCompressionLevel: Integer, webSocketMaxFrameSize: Integer, webSocketPreferredClientNoContext: Boolean, writeIdleTimeout: Integer): MqttServerOptions