public static final class MqttProperties.UserProperties extends MqttProperties.MqttProperty<java.util.List<MqttProperties.StringPair>>
| Constructor and Description |
|---|
UserProperties() |
UserProperties(java.util.Collection<MqttProperties.StringPair> values)
Create user properties from the collection of the String pair values
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(MqttProperties.StringPair pair) |
void |
add(java.lang.String key,
java.lang.String value) |
propertyId, valuepublic UserProperties()
public UserProperties(java.util.Collection<MqttProperties.StringPair> values)
values - string pairs. Collection entries are copied, collection itself isn't sharedpublic void add(MqttProperties.StringPair pair)
public void add(java.lang.String key,
java.lang.String value)
Copyright © 2008–2020 The Netty Project. All rights reserved.