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/org.apache.activemq.transport.ws org.apache.activemq.transport.ws.jetty9 -
-
Uses of MQTTTransport in org.apache.activemq.transport.mqtt
Classes in org.apache.activemq.transport.mqtt that implement MQTTTransport Modifier and Type Class Description class
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.Methods in org.apache.activemq.transport.mqtt that return MQTTTransport Modifier and Type Method Description MQTTTransport
MQTTProtocolConverter. getMQTTTransport()
Constructors in org.apache.activemq.transport.mqtt with parameters of type MQTTTransport Constructor Description MQTTProtocolConverter(MQTTTransport mqttTransport, BrokerService brokerService)
-
Uses of MQTTTransport in org.apache.activemq.transport.ws
Classes in org.apache.activemq.transport.ws that implement MQTTTransport Modifier and Type Class Description class
AbstractMQTTSocket
-
Uses of MQTTTransport in org.apache.activemq.transport.ws.jetty9
Classes in org.apache.activemq.transport.ws.jetty9 that implement MQTTTransport Modifier and Type Class Description class
MQTTSocket
-