|
||||||||||
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.Message
messageType
in class MessageSupport.HeaderBase
public PUBREL decode(MQTTFrame frame) throws java.net.ProtocolException
decode
in interface MessageSupport.Message
java.net.ProtocolException
public MQTTFrame encode()
encode
in interface MessageSupport.Message
public boolean dup()
dup
in interface MessageSupport.Acked
dup
in class MessageSupport.HeaderBase
public PUBREL dup(boolean dup)
dup
in interface MessageSupport.Acked
dup
in class MessageSupport.HeaderBase
public QoS qos()
qos
in interface MessageSupport.Acked
qos
in class MessageSupport.HeaderBase
public short messageId()
messageId
in interface MessageSupport.Acked
public PUBREL messageId(short messageId)
messageId
in interface MessageSupport.Acked
public 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 |