Uses of Class
io.vertx.mqtt.MqttServerOptions
Packages that use MqttServerOptions
-
Uses of MqttServerOptions in io.vertx.mqtt
Methods in io.vertx.mqtt that return MqttServerOptionsModifier and TypeMethodDescriptionMqttServerOptions.addCrlPath(String crlPath) MqttServerOptions.addCrlValue(Buffer crlValue) MqttServerOptions.addEnabledCipherSuite(String suite) MqttServerOptions.addEnabledSecureTransportProtocol(String protocol) MqttServerOptions.setAutoClientId(boolean isAutoClientId) Set if clientid should be auto-generated when it's "zero-bytes"MqttServerOptions.setClientAuth(ClientAuth clientAuth) MqttServerOptions.setKeyCertOptions(KeyCertOptions options) MqttServerOptions.setMaxClientIdLength(int maxClientIdLength) Set the max client id length.MqttServerOptions.setMaxMessageSize(int maxMessageSize) Set max MQTT message sizeMqttServerOptions.setPerFrameWebSocketCompressionSupported(boolean supported) Enable or disable support for the WebSocket per-frame deflate compression extension.MqttServerOptions.setPerMessageWebSocketCompressionSupported(boolean supported) Enable or disable support for WebSocket per-message deflate compression extension.MqttServerOptions.setPort(int port) MqttServerOptions.setProxyProtocolTimeout(long proxyProtocolTimeout) MqttServerOptions.setProxyProtocolTimeoutUnit(TimeUnit proxyProtocolTimeoutUnit) MqttServerOptions.setReceiveBufferSize(int receiveBufferSize) MqttServerOptions.setSni(boolean sni) MqttServerOptions.setSsl(boolean ssl) MqttServerOptions.setTimeoutOnConnect(int timeoutOnConnect) Set the timeout on CONNECT packetMqttServerOptions.setTrustOptions(TrustOptions options) MqttServerOptions.setUseProxyProtocol(boolean useProxyProtocol) MqttServerOptions.setUseWebSocket(boolean useWebSocket) enable mqtt over websocketMqttServerOptions.setWebSocketAllowServerNoContext(boolean accept) Set whether the WebSocket server will accept theserver_no_context_takeoverparameter of the per-message deflate compression extension offered by the client.MqttServerOptions.setWebSocketCompressionLevel(int compressionLevel) Set the WebSocket compression level.MqttServerOptions.setWebSocketPreferredClientNoContext(boolean accept) Set whether the WebSocket server will accept theclient_no_context_takeoverparameter of the per-message deflate compression extension offered by the client.Methods in io.vertx.mqtt with parameters of type MqttServerOptionsModifier and TypeMethodDescriptionstatic MqttServerMqttServer.create(Vertx vertx, MqttServerOptions options) Return an MQTT server instanceConstructors in io.vertx.mqtt with parameters of type MqttServerOptions -
Uses of MqttServerOptions in io.vertx.reactivex.mqtt
Methods in io.vertx.reactivex.mqtt with parameters of type MqttServerOptionsModifier and TypeMethodDescriptionstatic MqttServerMqttServer.create(Vertx vertx, MqttServerOptions options) Return an MQTT server instance -
Uses of MqttServerOptions in io.vertx.rxjava3.mqtt
Methods in io.vertx.rxjava3.mqtt with parameters of type MqttServerOptionsModifier and TypeMethodDescriptionstatic MqttServerMqttServer.create(Vertx vertx, MqttServerOptions options) Return an MQTT server instance