Skip navigation links
C D G H M N O P S 

C

close(String) - Method in class net.dreamlu.iot.mqtt.server.noear.MqttServerTemplate
服务端主动断开连接
connectStatusListener() - Method in class net.dreamlu.iot.mqtt.server.noear.config.MqttServerConfiguration
 

D

disconnect(String) - Method in class net.dreamlu.iot.mqtt.server.noear.MqttServerTemplate
服务端主动断开 mqtt 连接,mqtt5.0

G

getChannelContext(String) - Method in class net.dreamlu.iot.mqtt.server.noear.MqttServerTemplate
获取 ChannelContext
getClientInfo(String) - Method in class net.dreamlu.iot.mqtt.server.noear.MqttServerTemplate
获取客户端信息
getClientInfo(ChannelContext) - Method in class net.dreamlu.iot.mqtt.server.noear.MqttServerTemplate
获取客户端信息
getClients() - Method in class net.dreamlu.iot.mqtt.server.noear.MqttServerTemplate
获取所有的客户端
getClients(Integer, Integer) - Method in class net.dreamlu.iot.mqtt.server.noear.MqttServerTemplate
分页获取所有的客户端
getStat() - Method in class net.dreamlu.iot.mqtt.server.noear.MqttServerTemplate
获取统计数据
getSubscriptions(String) - Method in class net.dreamlu.iot.mqtt.server.noear.MqttServerTemplate
获取客户端订阅情况

H

HttpBasicAuth() - Constructor for class net.dreamlu.iot.mqtt.server.noear.config.MqttServerProperties.HttpBasicAuth
 

M

messageListener() - Method in class net.dreamlu.iot.mqtt.server.noear.config.MqttServerConfiguration
 
MqttAuth() - Constructor for class net.dreamlu.iot.mqtt.server.noear.config.MqttServerProperties.MqttAuth
 
MqttClientOfflineEvent - Class in net.dreamlu.iot.mqtt.server.noear.event
客户端断开原因
MqttClientOfflineEvent() - Constructor for class net.dreamlu.iot.mqtt.server.noear.event.MqttClientOfflineEvent
 
MqttClientOnlineEvent - Class in net.dreamlu.iot.mqtt.server.noear.event
客户端断开事件
MqttClientOnlineEvent() - Constructor for class net.dreamlu.iot.mqtt.server.noear.event.MqttClientOnlineEvent
 
MqttServerConfiguration - Class in net.dreamlu.iot.mqtt.server.noear.config
(MqttServerConfiguration)
MqttServerConfiguration() - Constructor for class net.dreamlu.iot.mqtt.server.noear.config.MqttServerConfiguration
 
mqttServerCreator(MqttServerProperties) - Method in class net.dreamlu.iot.mqtt.server.noear.config.MqttServerConfiguration
 
MqttServerPluginImpl - Class in net.dreamlu.iot.mqtt.server.noear.integration
(MqttServerPluginImpl)
MqttServerPluginImpl() - Constructor for class net.dreamlu.iot.mqtt.server.noear.integration.MqttServerPluginImpl
 
MqttServerProperties - Class in net.dreamlu.iot.mqtt.server.noear.config
(MqttServerProperties)
MqttServerProperties() - Constructor for class net.dreamlu.iot.mqtt.server.noear.config.MqttServerProperties
 
MqttServerProperties.HttpBasicAuth - Class in net.dreamlu.iot.mqtt.server.noear.config
 
MqttServerProperties.MqttAuth - Class in net.dreamlu.iot.mqtt.server.noear.config
 
MqttServerProperties.Ssl - Class in net.dreamlu.iot.mqtt.server.noear.config
 
MqttServerTemplate - Class in net.dreamlu.iot.mqtt.server.noear
mqtt Server 模板
MqttServerTemplate() - Constructor for class net.dreamlu.iot.mqtt.server.noear.MqttServerTemplate
 

N

net.dreamlu.iot.mqtt.server.noear - package net.dreamlu.iot.mqtt.server.noear
 
net.dreamlu.iot.mqtt.server.noear.config - package net.dreamlu.iot.mqtt.server.noear.config
 
net.dreamlu.iot.mqtt.server.noear.event - package net.dreamlu.iot.mqtt.server.noear.event
 
net.dreamlu.iot.mqtt.server.noear.integration - package net.dreamlu.iot.mqtt.server.noear.integration
 

O

offline(ChannelContext, String, String, String) - Method in class net.dreamlu.iot.mqtt.server.noear.event.SolonEventMqttConnectStatusListener
 
online(ChannelContext, String, String) - Method in class net.dreamlu.iot.mqtt.server.noear.event.SolonEventMqttConnectStatusListener
 
onMessage(ChannelContext, String, String, MqttQoS, MqttPublishMessage, Message) - Method in class net.dreamlu.iot.mqtt.server.noear.event.SolonEventMqttMessageListener
 
onMessage(ChannelContext, String, String, MqttQoS, MqttPublishMessage) - Method in class net.dreamlu.iot.mqtt.server.noear.event.SolonEventMqttMessageListener
 

P

PREFIX - Static variable in class net.dreamlu.iot.mqtt.server.noear.config.MqttServerProperties
配置前缀
publish(String, String, byte[]) - Method in class net.dreamlu.iot.mqtt.server.noear.MqttServerTemplate
发布消息
publish(String, String, byte[], MqttQoS) - Method in class net.dreamlu.iot.mqtt.server.noear.MqttServerTemplate
发布消息
publish(String, String, byte[], boolean) - Method in class net.dreamlu.iot.mqtt.server.noear.MqttServerTemplate
发布消息
publish(String, String, byte[], MqttQoS, boolean) - Method in class net.dreamlu.iot.mqtt.server.noear.MqttServerTemplate
发布消息
publishAll(String, byte[]) - Method in class net.dreamlu.iot.mqtt.server.noear.MqttServerTemplate
发布消息给所以的在线设备
publishAll(String, byte[], MqttQoS) - Method in class net.dreamlu.iot.mqtt.server.noear.MqttServerTemplate
发布消息
publishAll(String, byte[], boolean) - Method in class net.dreamlu.iot.mqtt.server.noear.MqttServerTemplate
发布消息给所以的在线设备
publishAll(String, byte[], MqttQoS, boolean) - Method in class net.dreamlu.iot.mqtt.server.noear.MqttServerTemplate
发布消息给所以的在线设备

S

schedule(Runnable, long) - Method in class net.dreamlu.iot.mqtt.server.noear.MqttServerTemplate
添加定时任务,注意:如果抛出异常,会终止后续任务,请自行处理异常
schedule(Runnable, long, Executor) - Method in class net.dreamlu.iot.mqtt.server.noear.MqttServerTemplate
添加定时任务,注意:如果抛出异常,会终止后续任务,请自行处理异常
scheduleOnce(Runnable, long) - Method in class net.dreamlu.iot.mqtt.server.noear.MqttServerTemplate
添加定时任务
scheduleOnce(Runnable, long, Executor) - Method in class net.dreamlu.iot.mqtt.server.noear.MqttServerTemplate
添加定时任务
SolonEventMqttConnectStatusListener - Class in net.dreamlu.iot.mqtt.server.noear.event
spring event mqtt 连接状态
SolonEventMqttConnectStatusListener() - Constructor for class net.dreamlu.iot.mqtt.server.noear.event.SolonEventMqttConnectStatusListener
 
SolonEventMqttMessageListener - Class in net.dreamlu.iot.mqtt.server.noear.event
使用 Spring event 解耦消息监听
SolonEventMqttMessageListener() - Constructor for class net.dreamlu.iot.mqtt.server.noear.event.SolonEventMqttMessageListener
 
Ssl() - Constructor for class net.dreamlu.iot.mqtt.server.noear.config.MqttServerProperties.Ssl
 
start(AppContext) - Method in class net.dreamlu.iot.mqtt.server.noear.integration.MqttServerPluginImpl
 
stop() - Method in class net.dreamlu.iot.mqtt.server.noear.integration.MqttServerPluginImpl
 
C D G H M N O P S 
Skip navigation links

Copyright © 2025. All rights reserved.