public class MqttSubAckPayload extends Object
MqttSubAckMessage| Constructor and Description |
|---|
MqttSubAckPayload(int... reasonCodes) |
MqttSubAckPayload(Iterable<Integer> reasonCodes) |
| Modifier and Type | Method and Description |
|---|---|
List<Integer> |
grantedQoSLevels() |
List<Integer> |
reasonCodes() |
String |
toString() |
Copyright © 2008–2021 The Netty Project. All rights reserved.