|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fusesource.mqtt.codec.MessageSupport.HeaderBase
org.fusesource.mqtt.codec.PUBREL
public class PUBREL
| Field Summary | |
|---|---|
static byte |
TYPE
|
| Fields inherited from class org.fusesource.mqtt.codec.MessageSupport.HeaderBase |
|---|
header |
| Constructor Summary | |
|---|---|
PUBREL()
|
|
| Method Summary | |
|---|---|
PUBREL |
decode(MQTTFrame frame)
|
boolean |
dup()
|
PUBREL |
dup(boolean dup)
|
MQTTFrame |
encode()
|
short |
messageId()
|
PUBREL |
messageId(short messageId)
|
byte |
messageType()
|
QoS |
qos()
|
java.lang.String |
toString()
|
| Methods inherited from class org.fusesource.mqtt.codec.MessageSupport.HeaderBase |
|---|
commandType, header, header, qos, retain, retain |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final byte TYPE
| Constructor Detail |
|---|
public PUBREL()
| Method Detail |
|---|
public byte messageType()
messageType in interface MessageSupport.MessagemessageType in class MessageSupport.HeaderBase
public PUBREL decode(MQTTFrame frame)
throws java.net.ProtocolException
decode in interface MessageSupport.Messagejava.net.ProtocolExceptionpublic MQTTFrame encode()
encode in interface MessageSupport.Messagepublic boolean dup()
dup in interface MessageSupport.Ackeddup in class MessageSupport.HeaderBasepublic PUBREL dup(boolean dup)
dup in interface MessageSupport.Ackeddup in class MessageSupport.HeaderBasepublic QoS qos()
qos in interface MessageSupport.Ackedqos in class MessageSupport.HeaderBasepublic short messageId()
messageId in interface MessageSupport.Ackedpublic PUBREL messageId(short messageId)
messageId in interface MessageSupport.Ackedpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||