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

C

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

D

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

G

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

H

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

I

isAutoStartup() - Method in class net.dreamlu.iot.mqtt.spring.server.config.MqttServerLauncher
 
isExcluded(String, BeanDefinition, Class<?>) - Method in class net.dreamlu.iot.mqtt.spring.server.MqttServerFunctionLazyFilter
 
isRunning() - Method in class net.dreamlu.iot.mqtt.spring.server.config.MqttServerLauncher
 

M

micaMqttMetrics() - Method in class net.dreamlu.iot.mqtt.spring.server.config.MqttServerMetricsConfiguration
 
MQTT_METRIC_NAME_PREFIX - Static variable in class net.dreamlu.iot.mqtt.spring.server.config.MqttServerMetrics
Prefix used for all mica-mqtt metric names.
MqttAuth() - Constructor for class net.dreamlu.iot.mqtt.spring.server.config.MqttServerProperties.MqttAuth
 
MqttClientOfflineEvent - Class in net.dreamlu.iot.mqtt.spring.server.event
客户端断开原因
MqttClientOfflineEvent() - Constructor for class net.dreamlu.iot.mqtt.spring.server.event.MqttClientOfflineEvent
 
MqttClientOnlineEvent - Class in net.dreamlu.iot.mqtt.spring.server.event
客户端断开事件
MqttClientOnlineEvent() - Constructor for class net.dreamlu.iot.mqtt.spring.server.event.MqttClientOnlineEvent
 
mqttFunctionManager() - Static method in class net.dreamlu.iot.mqtt.spring.server.config.MqttServerConfiguration
 
mqttFunctionMessageListener(MqttFunctionManager) - Method in class net.dreamlu.iot.mqtt.spring.server.config.MqttServerConfiguration
 
mqttServer(MqttServerCreator) - Method in class net.dreamlu.iot.mqtt.spring.server.config.MqttServerConfiguration
 
MqttServerConfiguration - Class in net.dreamlu.iot.mqtt.spring.server.config
mqtt server 配置
MqttServerConfiguration() - Constructor for class net.dreamlu.iot.mqtt.spring.server.config.MqttServerConfiguration
 
mqttServerCreator(MqttServerProperties, ApplicationEventPublisher, ObjectProvider<IMqttServerAuthHandler>, ObjectProvider<IMqttServerUniqueIdService>, ObjectProvider<IMqttServerSubscribeValidator>, ObjectProvider<IMqttServerPublishPermission>, ObjectProvider<IMqttMessageDispatcher>, ObjectProvider<IMqttMessageStore>, ObjectProvider<IMqttSessionManager>, ObjectProvider<IMqttSessionListener>, IMqttMessageListener, ObjectProvider<IMqttConnectStatusListener>, ObjectProvider<IMqttMessageInterceptor>, ObjectProvider<SSLEngineCustomizer>, ObjectProvider<MqttServerCustomizer>) - Method in class net.dreamlu.iot.mqtt.spring.server.config.MqttServerConfiguration
 
MqttServerFunction - Annotation Type in net.dreamlu.iot.mqtt.spring.server
服务端函数
mqttServerFunctionDetector(ApplicationContext, MqttFunctionManager) - Static method in class net.dreamlu.iot.mqtt.spring.server.config.MqttServerConfiguration
 
MqttServerFunctionDetector - Class in net.dreamlu.iot.mqtt.spring.server
Mqtt 服务端消息处理
MqttServerFunctionDetector() - Constructor for class net.dreamlu.iot.mqtt.spring.server.MqttServerFunctionDetector
 
mqttServerFunctionLazyFilter() - Method in class net.dreamlu.iot.mqtt.spring.server.config.MqttServerConfiguration
 
MqttServerFunctionLazyFilter - Class in net.dreamlu.iot.mqtt.spring.server
mqtt 服务端函数延迟加载排除
MqttServerFunctionLazyFilter() - Constructor for class net.dreamlu.iot.mqtt.spring.server.MqttServerFunctionLazyFilter
 
mqttServerLauncher(MqttServer) - Method in class net.dreamlu.iot.mqtt.spring.server.config.MqttServerConfiguration
 
MqttServerLauncher - Class in net.dreamlu.iot.mqtt.spring.server.config
MqttServer 启动器
MqttServerLauncher() - Constructor for class net.dreamlu.iot.mqtt.spring.server.config.MqttServerLauncher
 
MqttServerMetrics - Class in net.dreamlu.iot.mqtt.spring.server.config
mica mqtt Metrics
MqttServerMetrics() - Constructor for class net.dreamlu.iot.mqtt.spring.server.config.MqttServerMetrics
 
MqttServerMetricsConfiguration - Class in net.dreamlu.iot.mqtt.spring.server.config
mica mqtt Metrics 配置
MqttServerMetricsConfiguration() - Constructor for class net.dreamlu.iot.mqtt.spring.server.config.MqttServerMetricsConfiguration
 
MqttServerProperties - Class in net.dreamlu.iot.mqtt.spring.server.config
MqttServer 配置
MqttServerProperties() - Constructor for class net.dreamlu.iot.mqtt.spring.server.config.MqttServerProperties
 
MqttServerProperties.HttpBasicAuth - Class in net.dreamlu.iot.mqtt.spring.server.config
 
MqttServerProperties.MqttAuth - Class in net.dreamlu.iot.mqtt.spring.server.config
 
MqttServerProperties.Ssl - Class in net.dreamlu.iot.mqtt.spring.server.config
 
mqttServerTemplate(MqttServer) - Method in class net.dreamlu.iot.mqtt.spring.server.config.MqttServerConfiguration
 
MqttServerTemplate - Class in net.dreamlu.iot.mqtt.spring.server
mqtt Server 模板
MqttServerTemplate() - Constructor for class net.dreamlu.iot.mqtt.spring.server.MqttServerTemplate
 

N

net.dreamlu.iot.mqtt.spring.server - package net.dreamlu.iot.mqtt.spring.server
 
net.dreamlu.iot.mqtt.spring.server.config - package net.dreamlu.iot.mqtt.spring.server.config
 
net.dreamlu.iot.mqtt.spring.server.event - package net.dreamlu.iot.mqtt.spring.server.event
 

O

offline(ChannelContext, String, String, String) - Method in class net.dreamlu.iot.mqtt.spring.server.event.SpringEventMqttConnectStatusListener
 
onApplicationEvent(ApplicationStartedEvent) - Method in class net.dreamlu.iot.mqtt.spring.server.config.MqttServerMetrics
 
online(ChannelContext, String, String) - Method in class net.dreamlu.iot.mqtt.spring.server.event.SpringEventMqttConnectStatusListener
 

P

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

S

schedule(Runnable, long) - Method in class net.dreamlu.iot.mqtt.spring.server.MqttServerTemplate
添加定时任务,注意:如果抛出异常,会终止后续任务,请自行处理异常
schedule(Runnable, long, Executor) - Method in class net.dreamlu.iot.mqtt.spring.server.MqttServerTemplate
添加定时任务,注意:如果抛出异常,会终止后续任务,请自行处理异常
scheduleOnce(Runnable, long) - Method in class net.dreamlu.iot.mqtt.spring.server.MqttServerTemplate
添加定时任务
scheduleOnce(Runnable, long, Executor) - Method in class net.dreamlu.iot.mqtt.spring.server.MqttServerTemplate
添加定时任务
SpringEventMqttConnectStatusListener - Class in net.dreamlu.iot.mqtt.spring.server.event
spring event mqtt 连接状态
SpringEventMqttConnectStatusListener() - Constructor for class net.dreamlu.iot.mqtt.spring.server.event.SpringEventMqttConnectStatusListener
 
Ssl() - Constructor for class net.dreamlu.iot.mqtt.spring.server.config.MqttServerProperties.Ssl
 
start() - Method in class net.dreamlu.iot.mqtt.spring.server.config.MqttServerLauncher
 
stop() - Method in class net.dreamlu.iot.mqtt.spring.server.config.MqttServerLauncher
 
stop(Runnable) - Method in class net.dreamlu.iot.mqtt.spring.server.config.MqttServerLauncher
 
C D G H I M N O P S 
Skip navigation links

Copyright © 2025. All rights reserved.