|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpl.mn.communicator.packet.in.GGRecvMsg
public class GGRecvMsg
Class representing Gadu-Gadu received message packet.
| Field Summary | |
|---|---|
static int |
GG_RECV_MSG
|
| Fields inherited from interface pl.mn.communicator.packet.GGMessageClass |
|---|
GG_CLASS_ACK, GG_CLASS_CHAT, GG_CLASS_CTCP, GG_CLASS_MSG, GG_CLASS_QUEUED, GG_CLASS_QUEUED2, GG_CLASS_UNKNOWN |
| Constructor Summary | |
|---|---|
GGRecvMsg(byte[] data)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getMessage()
Returns the message. |
int |
getMessageSeq()
Returns the unique message sequence number. |
int |
getMsgClass()
Returns the msgClass. |
int |
getPacketType()
Returns Gadu-Gadu packet type. |
int |
getSenderUin()
Returns the sender uin number. |
long |
getTime()
Time in seconds. |
| 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_RECV_MSG
| Constructor Detail |
|---|
public GGRecvMsg(byte[] data)
| Method Detail |
|---|
public int getPacketType()
GGPacket
getPacketType in interface GGPacketGGPacket.getPacketType()public java.lang.String getMessage()
public int getMsgClass()
public int getSenderUin()
public int getMessageSeq()
public long getTime()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||