Uses of Class
io.netty.handler.codec.mqtt.MqttConnectPayload
Packages that use MqttConnectPayload
Package
Description
Encoder, decoder and different Message Types for MQTT.
-
Uses of MqttConnectPayload in io.netty.handler.codec.mqtt
Methods in io.netty.handler.codec.mqtt that return MqttConnectPayloadMethods in io.netty.handler.codec.mqtt that return types with arguments of type MqttConnectPayloadModifier and TypeMethodDescriptionprivate static MqttDecoder.Result
<MqttConnectPayload> MqttDecoder.decodeConnectionPayload
(ByteBuf buffer, int maxClientIdLength, MqttConnectVariableHeader mqttConnectVariableHeader) Constructors in io.netty.handler.codec.mqtt with parameters of type MqttConnectPayloadModifierConstructorDescriptionMqttConnectMessage
(MqttFixedHeader mqttFixedHeader, MqttConnectVariableHeader variableHeader, MqttConnectPayload payload)