Uses of Class
io.netty.handler.codec.mqtt.MqttUnsubscribePayload
Packages that use MqttUnsubscribePayload
Package
Description
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 MqttUnsubscribePayloadMethods in io.netty.handler.codec.mqtt that return types with arguments of type MqttUnsubscribePayloadModifier and TypeMethodDescriptionprivate static MqttDecoder.Result
<MqttUnsubscribePayload> MqttDecoder.decodeUnsubscribePayload
(ByteBuf buffer, int bytesRemainingInVariablePart) Constructors in io.netty.handler.codec.mqtt with parameters of type MqttUnsubscribePayloadModifierConstructorDescriptionMqttUnsubscribeMessage
(MqttFixedHeader mqttFixedHeader, MqttMessageIdAndPropertiesVariableHeader variableHeader, MqttUnsubscribePayload payload) MqttUnsubscribeMessage
(MqttFixedHeader mqttFixedHeader, MqttMessageIdVariableHeader variableHeader, MqttUnsubscribePayload payload)