Class MqttPendingPublish
java.lang.Object
org.dromara.mica.mqtt.core.common.MqttPendingPublish
MqttPendingPublish,参考于 netty-mqtt-client
- Author:
- netty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbyte[]getQos()inthashCode()voidvoidvoidsetPubRelMessage(MqttMessage pubRelMessage) voidstartPublishRetransmissionTimer(org.tio.utils.timer.TimerTaskService taskService, org.tio.core.ChannelContext context) voidstartPubRelRetransmissionTimer(org.tio.utils.timer.TimerTaskService taskService, org.tio.core.ChannelContext context)
-
Constructor Details
-
MqttPendingPublish
-
-
Method Details
-
getPayload
public byte[] getPayload() -
getMessage
-
getQos
-
startPublishRetransmissionTimer
public void startPublishRetransmissionTimer(org.tio.utils.timer.TimerTaskService taskService, org.tio.core.ChannelContext context) -
onPubAckReceived
public void onPubAckReceived() -
setPubRelMessage
-
startPubRelRetransmissionTimer
public void startPubRelRetransmissionTimer(org.tio.utils.timer.TimerTaskService taskService, org.tio.core.ChannelContext context) -
onPubCompReceived
public void onPubCompReceived() -
equals
-
hashCode
public int hashCode()
-