| Package | Description |
|---|---|
| de.iip_ecosphere.platform.transport.connectors |
Implementation of the default (alternative) connectors.
|
| de.iip_ecosphere.platform.transport.connectors.basics |
Some basic reusable protocol-related classes.
|
| Modifier and Type | Field and Description |
|---|---|
private MqttQoS |
TransportParameter.qos |
| Modifier and Type | Method and Description |
|---|---|
MqttQoS |
TransportParameter.getMqttQoS()
Returns the MQTT QoS level (may not apply to other protocols).
|
| Modifier and Type | Method and Description |
|---|---|
TransportParameter.TransportParameterBuilder |
TransportParameter.TransportParameterBuilder.setMqttQoS(MqttQoS qos)
Defines the MQTT QoS level (may not apply to other protocols).
|
| Modifier and Type | Method and Description |
|---|---|
static MqttQoS |
MqttQoS.valueOf(int value)
Returns the QoS constant for a given value.
|
static MqttQoS |
MqttQoS.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MqttQoS[] |
MqttQoS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022. All rights reserved.