Uses of Class
org.apache.activemq.transport.mqtt.MQTTWireFormat
Packages that use MQTTWireFormat
Package
Description
A Broker side implementation of the MQTT 3.1 protocol - see http://mqtt.org/
-
Uses of MQTTWireFormat in org.apache.activemq.transport.mqtt
Methods in org.apache.activemq.transport.mqtt that return MQTTWireFormatModifier and TypeMethodDescriptionMQTTTransport.getWireFormat()MQTTTransportFilter.getWireFormat()Constructors in org.apache.activemq.transport.mqtt with parameters of type MQTTWireFormatModifierConstructorDescriptionMQTTCodec(MQTTCodec.MQTTFrameSink sink, MQTTWireFormat wireFormat) MQTTCodec(org.apache.activemq.transport.tcp.TcpTransport transport, MQTTWireFormat wireFormat)