Uses of Class
org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession
-
Packages that use MQTTSession Package Description org.apache.activemq.artemis.core.protocol.mqtt -
-
Uses of MQTTSession in org.apache.activemq.artemis.core.protocol.mqtt
Methods in org.apache.activemq.artemis.core.protocol.mqtt that return MQTTSession Modifier and Type Method Description MQTTSessionMQTTRoutingContext. getMQTTSession()MQTTSessionMQTTSessionState. getSession()Methods in org.apache.activemq.artemis.core.protocol.mqtt with parameters of type MQTTSession Modifier and Type Method Description static MessageMQTTUtil. createPubRelMessage(MQTTSession session, SimpleString address, int messageId)static MessageMQTTUtil. createServerMessageFromByteBuf(MQTTSession session, String topic, io.netty.handler.codec.mqtt.MqttPublishMessage mqttPublishMessage)booleanMQTTRoutingHandler. route(MQTTConnection mqttConnection, MQTTSession mqttSession, io.netty.handler.codec.mqtt.MqttConnectMessage connect)voidMQTTSessionState. setSession(MQTTSession session)Constructors in org.apache.activemq.artemis.core.protocol.mqtt with parameters of type MQTTSession Constructor Description MQTTConnectionManager(MQTTSession session)MQTTPublishManager(MQTTSession session, boolean closeMqttConnectionOnPublishAuthorizationFailure)MQTTRetainMessageManager(MQTTSession session)MQTTRoutingContext(MQTTConnection mqttConnection, MQTTSession mqttSession, io.netty.handler.codec.mqtt.MqttConnectMessage connect)MQTTSessionCallback(MQTTSession session, MQTTConnection connection)MQTTSubscriptionManager(MQTTSession session)
-