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