Package org.apache.activemq.transport.mqtt
A Broker side implementation of the MQTT 3.1 protocol - see http://mqtt.org/
-
Interface Summary Interface Description MQTTCodec.MQTTFrameSink Sink for newly decoded MQTT Frames.MQTTTransport Basic interface that mediates between protocol converter and transportResponseHandler Interface used by the MQTTProtocolConverter for callbacks. -
Class Summary Class Description MQTTCodec MQTTInactivityMonitor MQTTNIOSSLTransport MQTTNIOSSLTransportFactory MQTTNIOTransport An implementation of theTransport
interface for using MQTT over NIOMQTTNIOTransportFactory A MQTT over NIO transport factoryMQTTPacketIdGenerator Manages PUBLISH packet ids for clients.MQTTProtocolConverter MQTTProtocolSupport A set of static methods useful for handling MQTT based client connections.MQTTSslTransportFactory A MQTT over SSL transport factoryMQTTSubscription Keeps track of the MQTT client subscription so that acking is correctly done.MQTTTransportFactory A MQTT transport factoryMQTTTransportFilter The MQTTTransportFilter normally sits on top of a TcpTransport that has been configured with the StompWireFormat and is used to convert MQTT commands to ActiveMQ commands.MQTTWireFormat Implements marshalling and unmarsalling the MQTT protocol.MQTTWireFormatFactory Creates WireFormat objects that marshalls the Stomp protocol. -
Exception Summary Exception Description MQTTProtocolException