Uses of Class
org.apache.activemq.artemis.core.protocol.mqtt.MQTTSession
-
-
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 MQTTSessionMQTTRedirectContext. getMQTTSession()Methods in org.apache.activemq.artemis.core.protocol.mqtt with parameters of type MQTTSession Modifier and Type Method Description static org.apache.activemq.artemis.api.core.MessageMQTTUtil. createPubRelMessage(MQTTSession session, org.apache.activemq.artemis.api.core.SimpleString address, int messageId)static org.apache.activemq.artemis.api.core.MessageMQTTUtil. createServerMessageFromByteBuf(MQTTSession session, java.lang.String topic, boolean retain, int qos, io.netty.buffer.ByteBuf payload)booleanMQTTRedirectHandler. redirect(MQTTConnection mqttConnection, MQTTSession mqttSession, io.netty.handler.codec.mqtt.MqttConnectMessage connect)Constructors in org.apache.activemq.artemis.core.protocol.mqtt with parameters of type MQTTSession Constructor Description MQTTConnectionManager(MQTTSession session)MQTTPublishManager(MQTTSession session)MQTTRedirectContext(MQTTConnection mqttConnection, MQTTSession mqttSession, io.netty.handler.codec.mqtt.MqttConnectMessage connect)MQTTRetainMessageManager(MQTTSession session)MQTTSessionCallback(MQTTSession session, MQTTConnection connection)MQTTSubscriptionManager(MQTTSession session)
-