Package | Description |
---|---|
io.netty.handler.codec.mqtt |
Encoder, decoder and different Message Types for MQTT.
|
Modifier and Type | Class and Description |
---|---|
static class |
MqttProperties.BinaryProperty |
static class |
MqttProperties.IntegerProperty |
static class |
MqttProperties.StringProperty |
static class |
MqttProperties.UserProperties |
static class |
MqttProperties.UserProperty |
Modifier and Type | Method and Description |
---|---|
MqttProperties.MqttProperty |
MqttProperties.getProperty(int propertyId)
Get property by ID.
|
Modifier and Type | Method and Description |
---|---|
List<? extends MqttProperties.MqttProperty> |
MqttProperties.getProperties(int propertyId)
Get properties by ID.
|
Collection<? extends MqttProperties.MqttProperty> |
MqttProperties.listAll() |
Modifier and Type | Method and Description |
---|---|
void |
MqttProperties.add(MqttProperties.MqttProperty property) |
Copyright © 2008–2024 The Netty Project. All rights reserved.