See: Description
| Interface | Description |
|---|---|
| MQTTTransport |
Basic interface that mediates between protocol converter and transport
|
| 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 | |
| MQTTRetainedMessages | |
| MQTTSslTransportFactory |
A MQTT over SSL transport factory
|
| 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-2014 Red Hat, Inc.. All Rights Reserved.