See: Description
| Interface | Description |
|---|---|
| MQTTCodec.MQTTFrameSink |
Sink for newly decoded MQTT Frames.
|
| MQTTTransport |
Basic interface that mediates between protocol converter and transport
|
| ResponseHandler |
Interface used by the MQTTProtocolConverter for callbacks.
|
| Class | Description |
|---|---|
| MQTTCodec | |
| MQTTInactivityMonitor | |
| MQTTNIOSSLTransport | |
| MQTTNIOSSLTransportFactory | |
| MQTTNIOTransport |
An implementation of the
Transport interface for using MQTT over NIO |
| MQTTNIOTransportFactory |
A MQTT over NIO transport factory
|
| MQTTPacketIdGenerator |
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 factory
|
| MQTTSubscription |
Keeps track of the MQTT client subscription so that acking is correctly done.
|
| MQTTTransportFactory |
A MQTT transport factory
|
| MQTTTransportFilter |
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 | Description |
|---|---|
| MQTTProtocolException |
Copyright © 2005–2015 FuseSource, Corp.. All rights reserved.