public static final class MqttProperties.UserProperties extends MqttProperties.MqttProperty<List<MqttProperties.StringPair>>
Constructor and Description |
---|
UserProperties() |
UserProperties(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(String key,
String value) |
String |
toString() |
equals, hashCode, propertyId, value
public UserProperties()
public UserProperties(Collection<MqttProperties.StringPair> values)
values
- string pairs. Collection entries are copied, collection itself isn't sharedCopyright © 2008–2024 The Netty Project. All rights reserved.