|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSnacCommand
InviteCommand
InviteFriendAck
A SNAC command sent to acknowledge that an invitation email has been sent.
Sent in response to an InviteFriendCmd
.
0x06
, command 0x03
Field Summary |
Fields inherited from class InviteCommand |
CMD_INVITE_ACK, CMD_INVITE_FRIEND, FAMILY_INFO, FAMILY_INVITE |
Fields inherited from class SnacCommand |
SNACFLAG_DEFAULT |
Constructor Summary | |
|
InviteFriendAck()
Creates a new outgoing invitation acknowledgement command. |
protected |
InviteFriendAck(SnacPacket packet)
Generates a new invitation acknowledgement command from the given incoming SNAC packet. |
Method Summary | |
java.lang.String |
toString()
|
void |
writeData(java.io.OutputStream out)
Writes this command's SNAC data block to the given stream. |
Methods inherited from class SnacCommand |
getCommand, getFamily, getFlag1, getFlag2 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
protected InviteFriendAck(SnacPacket packet)
packet
- the incoming invitation acknowledgement packetpublic InviteFriendAck()
Method Detail |
public void writeData(java.io.OutputStream out) throws java.io.IOException
SnacCommand
writeData
in class SnacCommand
out
- the stream to which to write the SNAC data
java.io.IOException
- if an I/O error occurspublic java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |