public final class MqttReasonCodeAndPropertiesVariableHeader extends Object
MqttMessage | Modifier and Type | Field and Description |
|---|---|
static byte |
REASON_CODE_OK |
| Constructor and Description |
|---|
MqttReasonCodeAndPropertiesVariableHeader (byte reasonCode,
MqttProperties properties) |
public static final byte REASON_CODE_OK
public MqttReasonCodeAndPropertiesVariableHeader(byte reasonCode, MqttProperties properties)
public byte reasonCode()
public MqttProperties properties()
Copyright © 2008–2025 The Netty Project. All rights reserved.