Package | Description |
---|---|
io.netty.handler.codec.mqtt |
Encoder, decoder and different Message Types for MQTT.
|
Modifier and Type | Field and Description |
---|---|
private MqttMessageType |
MqttFixedHeader.messageType |
Modifier and Type | Method and Description |
---|---|
MqttMessageType |
MqttFixedHeader.messageType() |
static MqttMessageType |
MqttMessageType.valueOf(int type) |
static MqttMessageType |
MqttMessageType.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.
|
Modifier and Type | Method and Description |
---|---|
private static MqttDecoder.Result<?> |
MqttDecoder.decodePayload(ByteBuf buffer,
MqttMessageType messageType,
int bytesRemainingInVariablePart,
java.lang.Object variableHeader)
Decodes the payload.
|
Constructor and Description |
---|
MqttFixedHeader(MqttMessageType messageType,
boolean isDup,
MqttQoS qosLevel,
boolean isRetain,
int remainingLength) |