public final class MqttPubReplyMessageVariableHeader extends MqttMessageIdVariableHeader
Modifier and Type | Field and Description |
---|---|
static byte |
REASON_CODE_OK |
Constructor and Description |
---|
MqttPubReplyMessageVariableHeader(int messageId,
byte reasonCode,
MqttProperties properties) |
Modifier and Type | Method and Description |
---|---|
MqttProperties |
properties() |
byte |
reasonCode() |
String |
toString() |
from, messageId, withEmptyProperties
public static final byte REASON_CODE_OK
public MqttPubReplyMessageVariableHeader(int messageId, byte reasonCode, MqttProperties properties)
public byte reasonCode()
public MqttProperties properties()
public String toString()
toString
in class MqttMessageIdVariableHeader
Copyright © 2008–2024 The Netty Project. All rights reserved.