Uses of Class
io.netty.handler.codec.mqtt.MqttConnectPayload
-
Packages that use MqttConnectPayload Package Description io.netty.handler.codec.mqtt 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 MqttConnectPayload Modifier and Type Method Description MqttConnectPayload
MqttConnectMessage. payload()
Methods in io.netty.handler.codec.mqtt that return types with arguments of type MqttConnectPayload Modifier and Type Method Description private static MqttDecoder.Result<MqttConnectPayload>
MqttDecoder. decodeConnectionPayload(ByteBuf buffer, int maxClientIdLength, MqttConnectVariableHeader mqttConnectVariableHeader)
Constructors in io.netty.handler.codec.mqtt with parameters of type MqttConnectPayload Constructor Description MqttConnectMessage(MqttFixedHeader mqttFixedHeader, MqttConnectVariableHeader variableHeader, MqttConnectPayload payload)
-