public abstract class MqttMessageDecoders
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected @NotNull MqttMessageDecoder[] |
decoders |
Constructor and Description |
---|
MqttMessageDecoders() |
Modifier and Type | Method and Description |
---|---|
@Nullable MqttMessageDecoder |
get(int code)
Returns the corresponding decoder to the given MQTT message type code.
|
@NotNull protected final @NotNull MqttMessageDecoder[] decoders
@Nullable public final @Nullable MqttMessageDecoder get(int code)
code
- the MQTT message type code.