Uses of Class
org.apache.activemq.artemis.core.protocol.mqtt.MQTTSessionState
-
Packages that use MQTTSessionState Package Description org.apache.activemq.artemis.core.protocol.mqtt -
-
Uses of MQTTSessionState in org.apache.activemq.artemis.core.protocol.mqtt
Fields in org.apache.activemq.artemis.core.protocol.mqtt declared as MQTTSessionState Modifier and Type Field Description static MQTTSessionStateMQTTSessionState. DEFAULTprotected MQTTSessionStateMQTTSession. stateMethods in org.apache.activemq.artemis.core.protocol.mqtt that return MQTTSessionState Modifier and Type Method Description MQTTSessionStateMQTTStateManager. getSessionState(String clientId)MQTTSessionStateMQTTStateManager. removeSessionState(String clientId)Methods in org.apache.activemq.artemis.core.protocol.mqtt that return types with arguments of type MQTTSessionState Modifier and Type Method Description Map<String,MQTTSessionState>MQTTStateManager. getSessionStates()Methods in org.apache.activemq.artemis.core.protocol.mqtt with parameters of type MQTTSessionState Modifier and Type Method Description static voidMQTTUtil. logMessage(MQTTSessionState state, io.netty.handler.codec.mqtt.MqttMessage message, boolean inbound, MQTTVersion version)static org.apache.activemq.artemis.core.message.impl.CoreMessageMQTTStateManager. serializeState(MQTTSessionState state, long messageID)voidMQTTStateManager. storeSessionState(MQTTSessionState state)
-