Uses of Interface
org.apache.activemq.transport.mqtt.MQTTTransport
-
Packages that use MQTTTransport Package Description org.apache.activemq.transport.mqtt A Broker side implementation of the MQTT 3.1 protocol - see http://mqtt.org/ -
-
Uses of MQTTTransport in org.apache.activemq.transport.mqtt
Classes in org.apache.activemq.transport.mqtt that implement MQTTTransport Modifier and Type Class Description classMQTTTransportFilterThe 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.Methods in org.apache.activemq.transport.mqtt that return MQTTTransport Modifier and Type Method Description MQTTTransportMQTTProtocolConverter. getMQTTTransport()Constructors in org.apache.activemq.transport.mqtt with parameters of type MQTTTransport Constructor Description MQTTProtocolConverter(MQTTTransport mqttTransport, BrokerService brokerService)
-