public static enum MqttProperties.MqttPropertyType extends Enum<MqttProperties.MqttPropertyType>
| 限定符和类型 | 字段和说明 |
|---|---|
private byte |
value |
private static MqttProperties.MqttPropertyType[] |
VALUES |
| 限定符和类型 | 方法和说明 |
|---|---|
byte |
value() |
static MqttProperties.MqttPropertyType |
valueOf(int type) |
static MqttProperties.MqttPropertyType |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static MqttProperties.MqttPropertyType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final MqttProperties.MqttPropertyType PAYLOAD_FORMAT_INDICATOR
public static final MqttProperties.MqttPropertyType REQUEST_PROBLEM_INFORMATION
public static final MqttProperties.MqttPropertyType REQUEST_RESPONSE_INFORMATION
public static final MqttProperties.MqttPropertyType MAXIMUM_QOS
public static final MqttProperties.MqttPropertyType RETAIN_AVAILABLE
public static final MqttProperties.MqttPropertyType WILDCARD_SUBSCRIPTION_AVAILABLE
public static final MqttProperties.MqttPropertyType SUBSCRIPTION_IDENTIFIER_AVAILABLE
public static final MqttProperties.MqttPropertyType SHARED_SUBSCRIPTION_AVAILABLE
public static final MqttProperties.MqttPropertyType SERVER_KEEP_ALIVE
public static final MqttProperties.MqttPropertyType RECEIVE_MAXIMUM
public static final MqttProperties.MqttPropertyType TOPIC_ALIAS_MAXIMUM
public static final MqttProperties.MqttPropertyType TOPIC_ALIAS
public static final MqttProperties.MqttPropertyType PUBLICATION_EXPIRY_INTERVAL
public static final MqttProperties.MqttPropertyType SESSION_EXPIRY_INTERVAL
public static final MqttProperties.MqttPropertyType WILL_DELAY_INTERVAL
public static final MqttProperties.MqttPropertyType MAXIMUM_PACKET_SIZE
public static final MqttProperties.MqttPropertyType SUBSCRIPTION_IDENTIFIER
public static final MqttProperties.MqttPropertyType CONTENT_TYPE
public static final MqttProperties.MqttPropertyType RESPONSE_TOPIC
public static final MqttProperties.MqttPropertyType ASSIGNED_CLIENT_IDENTIFIER
public static final MqttProperties.MqttPropertyType AUTHENTICATION_METHOD
public static final MqttProperties.MqttPropertyType RESPONSE_INFORMATION
public static final MqttProperties.MqttPropertyType SERVER_REFERENCE
public static final MqttProperties.MqttPropertyType REASON_STRING
public static final MqttProperties.MqttPropertyType USER_PROPERTY
public static final MqttProperties.MqttPropertyType CORRELATION_DATA
public static final MqttProperties.MqttPropertyType AUTHENTICATION_DATA
private static final MqttProperties.MqttPropertyType[] VALUES
private final byte value
public static MqttProperties.MqttPropertyType[] values()
for (MqttProperties.MqttPropertyType c : MqttProperties.MqttPropertyType.values()) System.out.println(c);
public static MqttProperties.MqttPropertyType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public byte value()
public static MqttProperties.MqttPropertyType valueOf(int type)
Copyright © 2023. All rights reserved.