Uses of Class
io.netty.handler.codec.mqtt.MqttMessageType
-
Packages that use MqttMessageType Package Description io.netty.handler.codec.mqtt Encoder, decoder and different Message Types for MQTT. -
-
Uses of MqttMessageType in io.netty.handler.codec.mqtt
Fields in io.netty.handler.codec.mqtt declared as MqttMessageType Modifier and Type Field Description private MqttMessageTypeMqttFixedHeader. messageTypeMethods in io.netty.handler.codec.mqtt that return MqttMessageType Modifier and Type Method Description MqttMessageTypeMqttFixedHeader. messageType()static MqttMessageTypeMqttMessageType. valueOf(int type)Returns the enum constant of this type with the specified name.static MqttMessageTypeMqttMessageType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MqttMessageType[]MqttMessageType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.netty.handler.codec.mqtt with parameters of type MqttMessageType Modifier and Type Method Description private static MqttDecoder.Result<?>MqttDecoder. decodePayload(ByteBuf buffer, MqttMessageType messageType, int bytesRemainingInVariablePart, java.lang.Object variableHeader)Decodes the payload.Constructors in io.netty.handler.codec.mqtt with parameters of type MqttMessageType Constructor Description MqttFixedHeader(MqttMessageType messageType, boolean isDup, MqttQoS qosLevel, boolean isRetain, int remainingLength)
-