Uses of Class
org.apache.activemq.transport.mqtt.MQTTWireFormat
-
Packages that use MQTTWireFormat 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 -
-
Uses of MQTTWireFormat in org.apache.activemq.transport.mqtt
Methods in org.apache.activemq.transport.mqtt that return MQTTWireFormat Modifier and Type Method Description MQTTWireFormatMQTTTransport. getWireFormat()MQTTWireFormatMQTTTransportFilter. getWireFormat()Constructors in org.apache.activemq.transport.mqtt with parameters of type MQTTWireFormat Constructor Description MQTTCodec(MQTTCodec.MQTTFrameSink sink, MQTTWireFormat wireFormat)MQTTCodec(TcpTransport transport, MQTTWireFormat wireFormat) -
Uses of MQTTWireFormat in org.apache.activemq.transport.ws
Fields in org.apache.activemq.transport.ws declared as MQTTWireFormat Modifier and Type Field Description protected MQTTWireFormatAbstractMQTTSocket. wireFormatMethods in org.apache.activemq.transport.ws that return MQTTWireFormat Modifier and Type Method Description MQTTWireFormatAbstractMQTTSocket. getWireFormat()
-