Package | Description |
---|---|
io.netty.handler.codec.mqtt |
Encoder, decoder and different Message Types for MQTT.
|
Modifier and Type | Method and Description |
---|---|
MqttSubAckPayload |
MqttSubAckMessage.payload() |
Modifier and Type | Method and Description |
---|---|
private static MqttDecoder.Result<MqttSubAckPayload> |
MqttDecoder.decodeSubackPayload(ByteBuf buffer,
int bytesRemainingInVariablePart) |
Constructor and Description |
---|
MqttSubAckMessage(MqttFixedHeader mqttFixedHeader,
MqttMessageIdVariableHeader variableHeader,
MqttSubAckPayload payload) |