Class MqttProperties.IntegerProperty

java.lang.Object
io.netty.handler.codec.mqtt.MqttProperties.MqttProperty<Integer>
io.netty.handler.codec.mqtt.MqttProperties.IntegerProperty
Enclosing class:
MqttProperties

public static final class MqttProperties.IntegerProperty extends MqttProperties.MqttProperty<Integer>
  • Constructor Details

    • IntegerProperty

      public IntegerProperty(int propertyId, Integer value)
  • Method Details