- java.lang.Object
-
- swim.mqtt.MqttPart
-
- swim.mqtt.MqttPacket<Object>
-
- swim.mqtt.MqttUnsubAck
-
- All Implemented Interfaces:
Debug
public final class MqttUnsubAck extends MqttPacket<Object> implements Debug
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddebug(Output<?> output)Writes a developer readable, debug-formatted string representation of this object tooutput.Encoder<?,MqttUnsubAck>encodeMqtt(OutputBuffer<?> output, MqttEncoder mqtt)booleanequals(Object other)static MqttUnsubAckfrom(int packetId)static MqttUnsubAckfrom(int packetFlags, int packetId)inthashCode()Encoder<?,MqttUnsubAck>mqttEncoder(MqttEncoder mqtt)intpacketFlags()MqttUnsubAckpacketFlags(int packetFlags)intpacketId()MqttUnsubAckpacketId(int packetId)intpacketType()StringtoString()-
Methods inherited from class swim.mqtt.MqttPart
encodeMqtt, mqttEncoder
-
-
-
-
Method Detail
-
from
public static MqttUnsubAck from(int packetFlags, int packetId)
-
from
public static MqttUnsubAck from(int packetId)
-
packetType
public int packetType()
- Specified by:
packetTypein classMqttPacket<Object>
-
packetFlags
public int packetFlags()
- Specified by:
packetFlagsin classMqttPacket<Object>
-
packetFlags
public MqttUnsubAck packetFlags(int packetFlags)
-
packetId
public int packetId()
-
packetId
public MqttUnsubAck packetId(int packetId)
-
mqttEncoder
public Encoder<?,MqttUnsubAck> mqttEncoder(MqttEncoder mqtt)
- Specified by:
mqttEncoderin classMqttPart
-
encodeMqtt
public Encoder<?,MqttUnsubAck> encodeMqtt(OutputBuffer<?> output, MqttEncoder mqtt)
- Specified by:
encodeMqttin classMqttPart
-
debug
public void debug(Output<?> output)
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput.
-
-