|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpl.mn.communicator.packet.in.GGSendMsgAck
public class GGSendMsgAck
Acknowledgment of successuly delivered message that is recieved from Gadu-Gadu server.
| Field Summary | |
|---|---|
static int |
GG_ACK_BLOCKED
Message has not been delivered. |
static int |
GG_ACK_DELIVERED
Message has been successfuly delivered. |
static int |
GG_ACK_MBOXFULL
Message has not been delivered because remote queue is full (max. 20 messages). |
static int |
GG_ACK_NOT_DELIVERED
Message has not been delivered. |
static int |
GG_ACK_QUEUED
Message has been queued for later delivery. |
static int |
GG_SEND_MSG_ACK
|
| Constructor Summary | |
|---|---|
GGSendMsgAck(byte[] data)
|
|
| Method Summary | |
|---|---|
int |
getMessageSeq()
|
int |
getMessageStatus()
|
int |
getPacketType()
Returns Gadu-Gadu packet type. |
int |
getRecipientUin()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int GG_SEND_MSG_ACK
public static final int GG_ACK_BLOCKED
public static final int GG_ACK_DELIVERED
public static final int GG_ACK_QUEUED
public static final int GG_ACK_MBOXFULL
public static final int GG_ACK_NOT_DELIVERED
| Constructor Detail |
|---|
public GGSendMsgAck(byte[] data)
| Method Detail |
|---|
public int getPacketType()
GGPacket
getPacketType in interface GGPacketGGPacket.getPacketType()public int getMessageStatus()
public int getRecipientUin()
public int getMessageSeq()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||