public class PUBACK extends MessageSupport.AckBase implements MessageSupport.Message
Modifier and Type | Field and Description |
---|---|
static byte |
TYPE |
Constructor and Description |
---|
PUBACK() |
Modifier and Type | Method and Description |
---|---|
PUBACK |
decode(MQTTFrame frame) |
PUBACK |
messageId(short messageId) |
byte |
messageType() |
encode, messageId, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
encode
public static final byte TYPE
public byte messageType()
messageType
in interface MessageSupport.Message
public PUBACK decode(MQTTFrame frame) throws java.net.ProtocolException
decode
in interface MessageSupport.Message
decode
in class MessageSupport.AckBase
java.net.ProtocolException
public PUBACK messageId(short messageId)
messageId
in class MessageSupport.AckBase
Copyright © 2010-2016 FuseSource, Corp.. All Rights Reserved.