Package io.netty.handler.codec.mqtt
Class MqttSubAckPayload
- java.lang.Object
-
- io.netty.handler.codec.mqtt.MqttSubAckPayload
-
public class MqttSubAckPayload extends Object
Payload of theMqttSubAckMessage
-
-
Constructor Summary
Constructors Constructor Description MqttSubAckPayload(int... reasonCodes)
MqttSubAckPayload(Iterable<Integer> reasonCodes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Integer>
grantedQoSLevels()
List<Integer>
reasonCodes()
String
toString()
-