T
- property typepublic abstract static class MqttProperties.MqttProperty<T> extends Object
Modifier | Constructor and Description |
---|---|
protected |
MqttProperty(int propertyId,
T value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
int |
propertyId()
Get MQTT property ID
|
T |
value()
Get MQTT property value
|
Copyright © 2008–2024 The Netty Project. All rights reserved.