Uses of Class
io.netty.handler.codec.mqtt.MqttSubscribePayload
-
Packages that use MqttSubscribePayload Package Description io.netty.handler.codec.mqtt Encoder, decoder and different Message Types for MQTT. -
-
Uses of MqttSubscribePayload in io.netty.handler.codec.mqtt
Methods in io.netty.handler.codec.mqtt that return MqttSubscribePayload Modifier and Type Method Description MqttSubscribePayload
MqttSubscribeMessage. payload()
Methods in io.netty.handler.codec.mqtt that return types with arguments of type MqttSubscribePayload Modifier and Type Method Description private static MqttDecoder.Result<MqttSubscribePayload>
MqttDecoder. decodeSubscribePayload(ByteBuf buffer, int bytesRemainingInVariablePart)
Constructors in io.netty.handler.codec.mqtt with parameters of type MqttSubscribePayload Constructor Description MqttSubscribeMessage(MqttFixedHeader mqttFixedHeader, MqttMessageIdAndPropertiesVariableHeader variableHeader, MqttSubscribePayload payload)
MqttSubscribeMessage(MqttFixedHeader mqttFixedHeader, MqttMessageIdVariableHeader variableHeader, MqttSubscribePayload payload)
-