public static enum MqttProperties.MqttPropertyType extends Enum<MqttProperties.MqttPropertyType>
Modifier and Type | Method and Description |
---|---|
int |
value() |
static MqttProperties.MqttPropertyType |
valueOf(int type) |
static MqttProperties.MqttPropertyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MqttProperties.MqttPropertyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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
public static MqttProperties.MqttPropertyType[] values()
for (MqttProperties.MqttPropertyType c : MqttProperties.MqttPropertyType.values()) System.out.println(c);
public static MqttProperties.MqttPropertyType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int value()
public static MqttProperties.MqttPropertyType valueOf(int type)
Copyright © 2008–2024 The Netty Project. All rights reserved.