Skip navigation links
A B C D E G H I L M O P R S T U W 

A

addAckTopic(String, int) - Method in class tech.mystox.framework.mqtt.service.impl.MqttHandler
 
addSubTopic(String, int) - Method in class tech.mystox.framework.mqtt.service.impl.ChannelHandlerAck
 
addSubTopic(String...) - Method in class tech.mystox.framework.mqtt.service.impl.ChannelHandlerAck
 
addSubTopic(String, int) - Method in class tech.mystox.framework.mqtt.service.impl.ChannelHandlerSub
 
addSubTopic(String...) - Method in class tech.mystox.framework.mqtt.service.impl.ChannelHandlerSub
 
addSubTopic(String, int) - Method in class tech.mystox.framework.mqtt.service.impl.MqttHandler
 

B

broadcast(String, String) - Method in class tech.mystox.framework.mqtt.service.impl.MqttHandler
 
build(IaENV) - Method in class tech.mystox.framework.mqtt.service.impl.MqttMsgScheduler
 

C

call() - Method in class tech.mystox.framework.mqtt.service.impl.CallBackTopic
 
call() - Method in class tech.mystox.framework.mqtt.service.impl.CallSubpackageMsg
 
callback(MsgRsp) - Method in class tech.mystox.framework.mqtt.service.impl.CallBackTopic
 
callback(T) - Method in class tech.mystox.framework.mqtt.service.impl.CallSubpackageMsg
 
CALLBACKS - Static variable in class tech.mystox.framework.mqtt.service.impl.ChannelSenderImpl
 
CALLBACKS - Static variable in class tech.mystox.framework.mqtt.service.impl.MqttReceiver
 
callbackSubPackage(MsgRsp) - Method in class tech.mystox.framework.mqtt.service.impl.CallBackTopic
组包 如果出现并发问题,则方法添加synchronized 关键字 性能妥协
callbackSubPackage(T) - Method in class tech.mystox.framework.mqtt.service.impl.CallSubpackageMsg
组包 如果出现并发问题,则方法添加synchronized 关键字 性能妥协
CallBackTopic - Class in tech.mystox.framework.mqtt.service.impl
Created by mystoxlol on 2019/9/5, 8:49.
CallBackTopic() - Constructor for class tech.mystox.framework.mqtt.service.impl.CallBackTopic
 
CallSubpackageMsg<T extends MsgPackage> - Class in tech.mystox.framework.mqtt.service.impl
Created by mystoxlol on 2019/9/5, 8:49.
CallSubpackageMsg() - Constructor for class tech.mystox.framework.mqtt.service.impl.CallSubpackageMsg
 
CHANNEL_NAME_IN - Static variable in class tech.mystox.framework.mqtt.config.MqttConfig
订阅的bean名称
CHANNEL_NAME_OUT - Static variable in class tech.mystox.framework.mqtt.config.MqttConfig
发布的bean名称
CHANNEL_REPLY - Static variable in class tech.mystox.framework.mqtt.config.MqttConfig
回复通道
ChannelHandlerAck - Class in tech.mystox.framework.mqtt.service.impl
Created by mystoxlol on 2019/8/20, 10:09.
ChannelHandlerAck(MessageProducer) - Constructor for class tech.mystox.framework.mqtt.service.impl.ChannelHandlerAck
 
ChannelHandlerSub - Class in tech.mystox.framework.mqtt.service.impl
Created by mystoxlol on 2019/8/20, 10:09.
ChannelHandlerSub() - Constructor for class tech.mystox.framework.mqtt.service.impl.ChannelHandlerSub
 
ChannelSenderImpl - Class in tech.mystox.framework.mqtt.service.impl
Created by mystoxlol on 2019/8/19, 8:28.
ChannelSenderImpl(IaENV, IaConf, IMqttSender, MqttLogUtil, ThreadPoolTaskExecutor) - Constructor for class tech.mystox.framework.mqtt.service.impl.ChannelSenderImpl
 
connectionLost(Throwable) - Method in class tech.mystox.framework.mqtt.config.PushCallback
 
createMqttOutbound() - Method in class tech.mystox.framework.mqtt.config.MqttConfig
 
createMqttOutbound() - Method in class tech.mystox.framework.mqtt.service.impl.DefaultMqttHandler
 

D

DefaultMqttHandler - Class in tech.mystox.framework.mqtt.service.impl
Created by mystox on 2022/4/29, 11:16.
DefaultMqttHandler(IaENV) - Constructor for class tech.mystox.framework.mqtt.service.impl.DefaultMqttHandler
 
deletePub(String) - Method in class tech.mystox.framework.mqtt.controller.MqttController
删除请求表
deleteSub(JSONObject) - Method in class tech.mystox.framework.mqtt.controller.MqttController
删除订阅表
deleteSub(JSONObject) - Method in class tech.mystox.framework.mqtt.service.impl.MqttRestService
 
deliveryComplete(IMqttDeliveryToken) - Method in class tech.mystox.framework.mqtt.config.PushCallback
 
destroy() - Method in class tech.mystox.framework.mqtt.service.impl.MqttReceiver
 
doStop() - Method in class tech.mystox.framework.mqtt.config.MyMqttPahoMessageHandler
 

E

ExecutorConfig - Class in tech.mystox.framework.mqtt.config
Created by mystoxlol on 2018/12/6, 15:23.
ExecutorConfig() - Constructor for class tech.mystox.framework.mqtt.config.ExecutorConfig
 
ExecutorRunner - Class in tech.mystox.framework.mqtt.service
\* @Author: mystox \* Date: 2019/11/27 11:01 \* Description: \
ExecutorRunner() - Constructor for class tech.mystox.framework.mqtt.service.ExecutorRunner
 

G

getCALLBACKS() - Method in class tech.mystox.framework.mqtt.service.impl.ChannelSenderImpl
 
getCALLBACKS() - Method in class tech.mystox.framework.mqtt.service.impl.MqttReceiver
 
getCode() - Method in class tech.mystox.framework.mqtt.entity.ResponseEntity
 
getIaHandler() - Method in class tech.mystox.framework.mqtt.service.impl.MqttMsgScheduler
 
getMqttConnectOptions() - Method in class tech.mystox.framework.mqtt.config.MqttConfig
MQTT连接器选项
getMqttConnectOptions() - Method in class tech.mystox.framework.mqtt.service.impl.DefaultMqttHandler
 
getReceiverPackageCallBack(String) - Method in class tech.mystox.framework.mqtt.controller.MqttController
 
getResult() - Method in class tech.mystox.framework.mqtt.entity.ResponseEntity
 
getSenderSyncCallBack(String) - Method in class tech.mystox.framework.mqtt.controller.MqttController
 
getUnitBySubList(String) - Method in class tech.mystox.framework.mqtt.service.impl.MqttReceiver
 

H

handleMessageInternal(Message<?>) - Method in class tech.mystox.framework.mqtt.config.MultiMqttMessageHandler
 
handleMessageInternal(Message<?>) - Method in class tech.mystox.framework.mqtt.config.MyMqttPahoMessageHandler
 

I

IMqttSender - Interface in tech.mystox.framework.mqtt.service
MQTT生产者消息发送接口
inbound() - Method in class tech.mystox.framework.mqtt.config.MqttConfig
MQTT消息订阅绑定(消费者)
initCaller(OperaCall) - Method in class tech.mystox.framework.mqtt.service.impl.MqttMsgScheduler
 
isAckExists(String) - Method in class tech.mystox.framework.mqtt.service.impl.MqttHandler
 
isExists(String) - Method in class tech.mystox.framework.mqtt.service.impl.ChannelHandlerAck
 
isExists(String) - Method in class tech.mystox.framework.mqtt.service.impl.ChannelHandlerSub
 
isExists(String) - Method in class tech.mystox.framework.mqtt.service.impl.MqttHandler
 
isRunning() - Method in class tech.mystox.framework.mqtt.config.MultiMqttMessageHandler
 

L

logExecutor() - Method in class tech.mystox.framework.mqtt.config.ExecutorConfig
 

M

messageArrived(String, MqttMessage) - Method in class tech.mystox.framework.mqtt.config.PushCallback
 
messageReceiver(Message<String>) - Method in class tech.mystox.framework.mqtt.service.impl.ChannelSenderImpl
回复通道
messageReceiver(Message<String>) - Method in class tech.mystox.framework.mqtt.service.impl.MqttReceiver
 
mqttAck() - Method in class tech.mystox.framework.mqtt.config.ExecutorConfig
 
mqttClientFactory() - Method in class tech.mystox.framework.mqtt.config.MqttConfig
MQTT客户端
mqttClientFactory() - Method in class tech.mystox.framework.mqtt.service.impl.DefaultMqttHandler
 
MqttConfig - Class in tech.mystox.framework.mqtt.config
Created by mystoxlol on 2019/8/5, 14:35.
MqttConfig() - Constructor for class tech.mystox.framework.mqtt.config.MqttConfig
 
MqttController - Class in tech.mystox.framework.mqtt.controller
Created by mystoxlol on 2019/8/20, 15:18.
MqttController(IaContext, MqttRestService) - Constructor for class tech.mystox.framework.mqtt.controller.MqttController
 
mqttExecutor() - Method in class tech.mystox.framework.mqtt.config.ExecutorConfig
 
MqttHandler - Class in tech.mystox.framework.mqtt.service.impl
 
MqttHandler(IaENV, ApplicationContext) - Constructor for class tech.mystox.framework.mqtt.service.impl.MqttHandler
 
MqttHandler(IaENV) - Constructor for class tech.mystox.framework.mqtt.service.impl.MqttHandler
 
mqttHandlerAck - Variable in class tech.mystox.framework.mqtt.service.impl.MqttHandler
 
mqttHandlerImpl - Variable in class tech.mystox.framework.mqtt.service.impl.MqttHandler
 
mqttInboundChannel() - Method in class tech.mystox.framework.mqtt.config.MqttConfig
MQTT信息通道(消费者)
MqttMsgScheduler - Class in tech.mystox.framework.mqtt.service.impl
 
MqttMsgScheduler() - Constructor for class tech.mystox.framework.mqtt.service.impl.MqttMsgScheduler
 
mqttOutbound() - Method in class tech.mystox.framework.mqtt.config.MqttConfig
MQTT消息处理器(生产者)
mqttOutboundChannel() - Method in class tech.mystox.framework.mqtt.config.MqttConfig
MQTT信息通道(生产者:订阅人)
MqttReceiver - Class in tech.mystox.framework.mqtt.service.impl
Created by mystoxlol on 2019/8/13, 11:05.
MqttReceiver(IaContext, IMqttSender, ThreadPoolTaskExecutor, MqttLogUtil) - Constructor for class tech.mystox.framework.mqtt.service.impl.MqttReceiver
 
mqttReplyChannel() - Method in class tech.mystox.framework.mqtt.config.MqttConfig
 
mqttReplyChannel() - Method in class tech.mystox.framework.mqtt.service.impl.DefaultMqttHandler
 
MqttRestService - Class in tech.mystox.framework.mqtt.service.impl
Created by mystoxlol on 2019/9/11, 17:32.
MqttRestService(IaContext, ServiceScanner) - Constructor for class tech.mystox.framework.mqtt.service.impl.MqttRestService
 
mqttSenderImpl - Variable in class tech.mystox.framework.mqtt.service.impl.MqttHandler
 
MultiMqttMessageHandler - Class in tech.mystox.framework.mqtt.config
\* @Author: mystox \* Date: 2019/11/22 17:21 \* Description: \
MultiMqttMessageHandler() - Constructor for class tech.mystox.framework.mqtt.config.MultiMqttMessageHandler
 
MyMqttPahoMessageHandler - Class in tech.mystox.framework.mqtt.config
\* @Author: mystox \* Date: 2019/11/22 17:19 \* Description: \
MyMqttPahoMessageHandler(String, String, MqttPahoClientFactory) - Constructor for class tech.mystox.framework.mqtt.config.MyMqttPahoMessageHandler
 
MyMqttPahoMessageHandler(String, MqttPahoClientFactory) - Constructor for class tech.mystox.framework.mqtt.config.MyMqttPahoMessageHandler
 
MyMqttPahoMessageHandler(String, String) - Constructor for class tech.mystox.framework.mqtt.config.MyMqttPahoMessageHandler
 

O

onInit() - Method in class tech.mystox.framework.mqtt.config.MyMqttPahoMessageHandler
 
opera(String, String) - Method in class tech.mystox.framework.mqtt.service.impl.MqttHandler
 
opera(OperaContext) - Method in class tech.mystox.framework.mqtt.service.impl.MqttHandler
 
opera(String, String, int, long, TimeUnit) - Method in class tech.mystox.framework.mqtt.service.impl.MqttHandler
 
operaAsync(String, String) - Method in class tech.mystox.framework.mqtt.service.impl.MqttHandler
 
operaTarget(String, String, int, long, TimeUnit, boolean, boolean, String) - Method in class tech.mystox.framework.mqtt.service.impl.MqttHandler
 

P

PushCallback - Class in tech.mystox.framework.mqtt.config
Created by mystoxlol on 2019/8/20, 13:51.
PushCallback() - Constructor for class tech.mystox.framework.mqtt.config.PushCallback
 

R

receive(String, MqttMsg) - Method in class tech.mystox.framework.mqtt.service.impl.MqttReceiver
 
registerPub(String) - Method in class tech.mystox.framework.mqtt.controller.MqttController
注册请求表 无效
registerSub(JSONObject) - Method in class tech.mystox.framework.mqtt.controller.MqttController
注册订阅表
registerSub(JSONObject) - Method in class tech.mystox.framework.mqtt.service.impl.MqttRestService
 
removeAckSubTopic(String...) - Method in class tech.mystox.framework.mqtt.service.impl.MqttHandler
 
removerSubTopic(List<RegisterSub>) - Method in class tech.mystox.framework.mqtt.service.impl.MqttMsgScheduler
 
removeSubTopic(String...) - Method in class tech.mystox.framework.mqtt.service.impl.ChannelHandlerAck
 
removeSubTopic(String...) - Method in class tech.mystox.framework.mqtt.service.impl.ChannelHandlerSub
 
removeSubTopic(String...) - Method in class tech.mystox.framework.mqtt.service.impl.MqttHandler
 
replyProducer() - Method in class tech.mystox.framework.mqtt.config.MqttConfig
MQTT消息订阅回复消息
replyProducer() - Method in class tech.mystox.framework.mqtt.service.impl.DefaultMqttHandler
 
ResponseEntity - Class in tech.mystox.framework.mqtt.entity
Created by mystoxlol on 2019/8/13, 9:44.
ResponseEntity() - Constructor for class tech.mystox.framework.mqtt.entity.ResponseEntity
 
run(ApplicationArguments) - Method in class tech.mystox.framework.mqtt.service.ExecutorRunner
 

S

sendToMqtt(String, String, String) - Method in class tech.mystox.framework.mqtt.service.impl.ChannelSenderImpl
 
sendToMqtt(String, String, int, String) - Method in class tech.mystox.framework.mqtt.service.impl.ChannelSenderImpl
 
sendToMqtt(String, String, String) - Method in class tech.mystox.framework.mqtt.service.impl.MqttHandler
 
sendToMqtt(String, String, int, String) - Method in class tech.mystox.framework.mqtt.service.impl.MqttHandler
 
sendToMqtt(String) - Method in interface tech.mystox.framework.mqtt.service.IMqttSender
发送信息到MQTT服务器
sendToMqtt(String, String) - Method in interface tech.mystox.framework.mqtt.service.IMqttSender
发送信息到MQTT服务器
sendToMqtt(String, int, String) - Method in interface tech.mystox.framework.mqtt.service.IMqttSender
发送信息到MQTT服务器
sendToMqttBoolean(String, String, String, int, List<MqttMsg>) - Method in class tech.mystox.framework.mqtt.service.impl.ChannelSenderImpl
 
sendToMqttBoolean(String, String, int, String) - Method in class tech.mystox.framework.mqtt.service.impl.ChannelSenderImpl
 
sendToMqttBoolean(String, String, int, String) - Method in class tech.mystox.framework.mqtt.service.impl.MqttHandler
 
sendToMqttSync(String, String, int, String, long, TimeUnit) - Method in class tech.mystox.framework.mqtt.service.impl.ChannelSenderImpl
 
sendToMqttSync(String, String, String) - Method in class tech.mystox.framework.mqtt.service.impl.ChannelSenderImpl
 
sendToMqttSync(String, String, String) - Method in class tech.mystox.framework.mqtt.service.impl.MqttHandler
 
sendToMqttSync(String, String, int, String, long, TimeUnit) - Method in class tech.mystox.framework.mqtt.service.impl.MqttHandler
 
setApplicationContext(ApplicationContext) - Method in class tech.mystox.framework.mqtt.service.impl.MqttMsgScheduler
 
setCode(int) - Method in class tech.mystox.framework.mqtt.entity.ResponseEntity
 
setOperaRouteConfig(OperaRouteConfig) - Method in class tech.mystox.framework.mqtt.service.impl.MqttRestService
 
setResult(String) - Method in class tech.mystox.framework.mqtt.entity.ResponseEntity
 
start() - Method in class tech.mystox.framework.mqtt.config.MultiMqttMessageHandler
 
stop() - Method in class tech.mystox.framework.mqtt.config.MultiMqttMessageHandler
 
subTopic(List<RegisterSub>) - Method in class tech.mystox.framework.mqtt.service.impl.MqttMsgScheduler
 

T

tech.mystox.framework.mqtt.config - package tech.mystox.framework.mqtt.config
 
tech.mystox.framework.mqtt.controller - package tech.mystox.framework.mqtt.controller
 
tech.mystox.framework.mqtt.entity - package tech.mystox.framework.mqtt.entity
 
tech.mystox.framework.mqtt.service - package tech.mystox.framework.mqtt.service
 
tech.mystox.framework.mqtt.service.impl - package tech.mystox.framework.mqtt.service.impl
 

U

unregister() - Method in class tech.mystox.framework.mqtt.service.impl.MqttMsgScheduler
 
updateOperaRoute(JSONObject) - Method in class tech.mystox.framework.mqtt.controller.MqttController
 
updateOperaRoute(String, List<String>) - Method in class tech.mystox.framework.mqtt.service.impl.MqttRestService
 
updatePub() - Method in class tech.mystox.framework.mqtt.controller.MqttController
更新请求表
updateSub(JSONObject) - Method in class tech.mystox.framework.mqtt.controller.MqttController
更新订阅表

W

whereIsCentre() - Method in class tech.mystox.framework.mqtt.service.impl.MqttHandler
 
A B C D E G H I L M O P R S T U W 
Skip navigation links

Copyright © 2025. All rights reserved.