Uses of Package
org.apache.activemq.transport.mqtt
-
Packages that use org.apache.activemq.transport.mqtt Package Description org.apache.activemq.transport.mqtt A Broker side implementation of the MQTT 3.1 protocol - see http://mqtt.org/org.apache.activemq.transport.mqtt.strategy org.apache.activemq.transport.ws org.apache.activemq.transport.ws.jetty9 -
Classes in org.apache.activemq.transport.mqtt used by org.apache.activemq.transport.mqtt Class Description MQTTCodec.MQTTFrameSink Sink for newly decoded MQTT Frames.MQTTInactivityMonitor MQTTNIOTransportFactory A MQTT over NIO transport factoryMQTTPacketIdGenerator Manages PUBLISH packet ids for clients.MQTTProtocolConverter MQTTProtocolException MQTTSubscription Keeps track of the MQTT client subscription so that acking is correctly done.MQTTTransport Basic interface that mediates between protocol converter and transportMQTTWireFormat Implements marshalling and unmarsalling the MQTT protocol.ResponseHandler Interface used by the MQTTProtocolConverter for callbacks. -
Classes in org.apache.activemq.transport.mqtt used by org.apache.activemq.transport.mqtt.strategy Class Description MQTTProtocolConverter MQTTProtocolException MQTTSubscription Keeps track of the MQTT client subscription so that acking is correctly done. -
Classes in org.apache.activemq.transport.mqtt used by org.apache.activemq.transport.ws Class Description MQTTInactivityMonitor MQTTProtocolConverter MQTTTransport Basic interface that mediates between protocol converter and transportMQTTWireFormat Implements marshalling and unmarsalling the MQTT protocol. -
Classes in org.apache.activemq.transport.mqtt used by org.apache.activemq.transport.ws.jetty9 Class Description MQTTCodec.MQTTFrameSink Sink for newly decoded MQTT Frames.MQTTTransport Basic interface that mediates between protocol converter and transport