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