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