|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSnacCommand
IconCommand
A base class for SNAC commands in the "buddy icon" 0x10
SNAC
family.
Field Summary | |
static int |
CMD_ICON_DATA
A command subtype for receiving a buddy icon. |
static int |
CMD_ICON_REQ
A command subtype for requesting one's icon. |
static int |
CMD_UPLOAD_ACK
A command subtype for an uploaded icon acknowledgement. |
static int |
CMD_UPLOAD_ICON
A command subtype for uploading your buddy icon. |
static int |
FAMILY_ICON
The SNAC family code for the icon family. |
static SnacFamilyInfo |
FAMILY_INFO
A set of SNAC family information for this family. |
Fields inherited from class SnacCommand |
SNACFLAG_DEFAULT |
Constructor Summary | |
protected |
IconCommand(int command)
Creates a new SNAC command in the buddy icon family. |
Methods inherited from class SnacCommand |
getCommand, getFamily, getFlag1, getFlag2, writeData |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int FAMILY_ICON
public static final SnacFamilyInfo FAMILY_INFO
public static final int CMD_ICON_REQ
public static final int CMD_ICON_DATA
public static final int CMD_UPLOAD_ICON
public static final int CMD_UPLOAD_ACK
Constructor Detail |
protected IconCommand(int command)
command
- the SNAC command subtype
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |