Package | Description |
---|---|
io.netty.handler.codec.mqtt |
Encoder, decoder and different Message Types for MQTT.
|
Modifier and Type | Method and Description |
---|---|
static MqttDecoder.DecoderState |
MqttDecoder.DecoderState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MqttDecoder.DecoderState[] |
MqttDecoder.DecoderState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|