Package io.netty.handler.codec.mqtt
Class MqttProperties.IntegerProperty
- java.lang.Object
-
- io.netty.handler.codec.mqtt.MqttProperties.MqttProperty<java.lang.Integer>
-
- io.netty.handler.codec.mqtt.MqttProperties.IntegerProperty
-
- Enclosing class:
- MqttProperties
public static final class MqttProperties.IntegerProperty extends MqttProperties.MqttProperty<java.lang.Integer>
-
-
Constructor Summary
Constructors Constructor Description IntegerProperty(int propertyId, java.lang.Integer value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from class io.netty.handler.codec.mqtt.MqttProperties.MqttProperty
equals, hashCode, propertyId, value
-
-