Uses of Class
org.apache.activemq.artemis.core.protocol.mqtt.MQTTConnection
-
Packages that use MQTTConnection Package Description org.apache.activemq.artemis.core.protocol.mqtt -
-
Uses of MQTTConnection in org.apache.activemq.artemis.core.protocol.mqtt
Methods in org.apache.activemq.artemis.core.protocol.mqtt that return MQTTConnection Modifier and Type Method Description MQTTConnectionMQTTStateManager. addConnectedClient(String clientId, MQTTConnection connection)MQTTConnectionMQTTStateManager. getConnectedClient(String clientId)Methods in org.apache.activemq.artemis.core.protocol.mqtt that return types with arguments of type MQTTConnection Modifier and Type Method Description Map<String,MQTTConnection>MQTTStateManager. getConnectedClients()For DEBUG onlyMethods in org.apache.activemq.artemis.core.protocol.mqtt with parameters of type MQTTConnection Modifier and Type Method Description MQTTConnectionMQTTStateManager. addConnectedClient(String clientId, MQTTConnection connection)StringMQTTProtocolManager. invokeIncoming(io.netty.handler.codec.mqtt.MqttMessage mqttMessage, MQTTConnection connection)StringMQTTProtocolManager. invokeOutgoing(io.netty.handler.codec.mqtt.MqttMessage mqttMessage, MQTTConnection connection)booleanMQTTStateManager. isClientConnected(String clientId, MQTTConnection connection)booleanMQTTRoutingHandler. route(MQTTConnection mqttConnection, MQTTSession mqttSession, io.netty.handler.codec.mqtt.MqttConnectMessage connect)Constructors in org.apache.activemq.artemis.core.protocol.mqtt with parameters of type MQTTConnection Constructor Description MQTTRoutingContext(MQTTConnection mqttConnection, MQTTSession mqttSession, io.netty.handler.codec.mqtt.MqttConnectMessage connect)MQTTSession(MQTTProtocolHandler protocolHandler, MQTTConnection connection, MQTTProtocolManager protocolManager, WildcardConfiguration wildcardConfiguration)MQTTSessionCallback(MQTTSession session, MQTTConnection connection)
-