Uses of Enum
io.netty.handler.codec.mqtt.MqttMessageType
Packages that use MqttMessageType
Package
Description
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 MqttMessageTypeModifier and TypeFieldDescriptionprivate final MqttMessageType
MqttFixedHeader.messageType
private static final MqttMessageType[]
MqttMessageType.VALUES
Methods in io.netty.handler.codec.mqtt that return MqttMessageTypeModifier and TypeMethodDescriptionMqttFixedHeader.messageType()
static MqttMessageType
MqttMessageType.valueOf
(int type) Returns the enum constant of this type with the specified name.static MqttMessageType
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 MqttMessageTypeModifier and TypeMethodDescriptionprivate static MqttDecoder.Result
<?> MqttDecoder.decodePayload
(ChannelHandlerContext ctx, ByteBuf buffer, MqttMessageType messageType, int bytesRemainingInVariablePart, int maxClientIdLength, Object variableHeader) Decodes the payload.Constructors in io.netty.handler.codec.mqtt with parameters of type MqttMessageTypeModifierConstructorDescriptionMqttFixedHeader
(MqttMessageType messageType, boolean isDup, MqttQoS qosLevel, boolean isRetain, int remainingLength)