|
||||||||||
| 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.PUBACK
public class PUBACK
| Field Summary | |
|---|---|
static byte |
TYPE
|
| Constructor Summary | |
|---|---|
PUBACK()
|
|
| Method Summary | |
|---|---|
PUBACK |
decode(MQTTFrame frame)
|
PUBACK |
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 PUBACK()
| Method Detail |
|---|
public byte messageType()
messageType in interface MessageSupport.Message
public PUBACK decode(MQTTFrame frame)
throws java.net.ProtocolException
decode in interface MessageSupport.Messagedecode in class MessageSupport.AckBasejava.net.ProtocolExceptionpublic PUBACK messageId(short messageId)
messageId in class MessageSupport.AckBase
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||