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