|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.fusesource.mqtt.codec.MessageSupport.AckBase
org.fusesource.mqtt.codec.UNSUBACK
public class UNSUBACK
Field Summary | |
---|---|
static byte |
TYPE
|
Constructor Summary | |
---|---|
UNSUBACK()
|
Method Summary | |
---|---|
UNSUBACK |
decode(MQTTFrame frame)
|
UNSUBACK |
messageId(short messageId)
|
byte |
messageType()
|
Methods inherited from class org.fusesource.mqtt.codec.MessageSupport.AckBase |
---|
encode, messageId, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.fusesource.mqtt.codec.MessageSupport.Message |
---|
encode |
Field Detail |
---|
public static final byte TYPE
Constructor Detail |
---|
public UNSUBACK()
Method Detail |
---|
public byte messageType()
messageType
in interface MessageSupport.Message
public UNSUBACK decode(MQTTFrame frame) throws java.net.ProtocolException
decode
in interface MessageSupport.Message
decode
in class MessageSupport.AckBase
java.net.ProtocolException
public UNSUBACK messageId(short messageId)
messageId
in class MessageSupport.AckBase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |