| Modifier and Type | Method and Description |
|---|---|
MQTTConnection |
MQTTProtocolManager.addConnectedClient(String clientId,
MQTTConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,MQTTConnection> |
MQTTProtocolManager.getConnectedClients()
For DEBUG only
|
| Modifier and Type | Method and Description |
|---|---|
MQTTConnection |
MQTTProtocolManager.addConnectedClient(String clientId,
MQTTConnection connection) |
String |
MQTTProtocolManager.invokeIncoming(io.netty.handler.codec.mqtt.MqttMessage mqttMessage,
MQTTConnection connection) |
String |
MQTTProtocolManager.invokeOutgoing(io.netty.handler.codec.mqtt.MqttMessage mqttMessage,
MQTTConnection connection) |
boolean |
MQTTProtocolManager.isClientConnected(String clientId,
MQTTConnection connection) |
boolean |
MQTTRedirectHandler.redirect(MQTTConnection mqttConnection,
MQTTSession mqttSession,
io.netty.handler.codec.mqtt.MqttConnectMessage connect) |
| Constructor and Description |
|---|
MQTTRedirectContext(MQTTConnection mqttConnection,
MQTTSession mqttSession,
io.netty.handler.codec.mqtt.MqttConnectMessage connect) |
MQTTSession(MQTTProtocolHandler protocolHandler,
MQTTConnection connection,
MQTTProtocolManager protocolManager,
org.apache.activemq.artemis.core.config.WildcardConfiguration wildcardConfiguration) |
MQTTSessionCallback(MQTTSession session,
MQTTConnection connection) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.