Enum MqttProperties.MqttPropertyType
java.lang.Object
java.lang.Enum<MqttProperties.MqttPropertyType>
io.netty.handler.codec.mqtt.MqttProperties.MqttPropertyType
- All Implemented Interfaces:
Serializable, Comparable<MqttProperties.MqttPropertyType>
- Enclosing class:
MqttProperties
@Deprecated
public static enum MqttProperties.MqttPropertyType
extends Enum<MqttProperties.MqttPropertyType>
Deprecated.
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionintvalue()Deprecated.valueOf(int type) Deprecated.Returns the enum constant of this type with the specified name.Deprecated.Returns the enum constant of this type with the specified name.static MqttProperties.MqttPropertyType[]values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
PAYLOAD_FORMAT_INDICATOR
Deprecated. -
REQUEST_PROBLEM_INFORMATION
Deprecated. -
REQUEST_RESPONSE_INFORMATION
Deprecated. -
MAXIMUM_QOS
Deprecated. -
RETAIN_AVAILABLE
Deprecated. -
WILDCARD_SUBSCRIPTION_AVAILABLE
Deprecated. -
SUBSCRIPTION_IDENTIFIER_AVAILABLE
Deprecated. -
SHARED_SUBSCRIPTION_AVAILABLE
Deprecated. -
SERVER_KEEP_ALIVE
Deprecated. -
RECEIVE_MAXIMUM
Deprecated. -
TOPIC_ALIAS_MAXIMUM
Deprecated. -
TOPIC_ALIAS
Deprecated. -
PUBLICATION_EXPIRY_INTERVAL
Deprecated. -
SESSION_EXPIRY_INTERVAL
Deprecated. -
WILL_DELAY_INTERVAL
Deprecated. -
MAXIMUM_PACKET_SIZE
Deprecated. -
SUBSCRIPTION_IDENTIFIER
Deprecated. -
CONTENT_TYPE
Deprecated. -
RESPONSE_TOPIC
Deprecated. -
ASSIGNED_CLIENT_IDENTIFIER
Deprecated. -
AUTHENTICATION_METHOD
Deprecated. -
RESPONSE_INFORMATION
Deprecated. -
SERVER_REFERENCE
Deprecated. -
REASON_STRING
Deprecated. -
USER_PROPERTY
Deprecated. -
CORRELATION_DATA
Deprecated. -
AUTHENTICATION_DATA
Deprecated.
-
-
Method Details
-
values
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
value
public int value()Deprecated. -
valueOf
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
type- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-