|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSnacCommand
ConnCommand
A base class for commands in the "service" or "basic connection"
0x01
family.
Field Summary | |
static int |
CMD_CLIENT_READY
A command subtype for when the client is ready to "go online." |
static int |
CMD_CLIENT_VERS
A command subtype for sending the client's SNAC family versions. |
static int |
CMD_ENCINFOACK
A command subtype acknowledging the setting of one's security information. |
static int |
CMD_EXTRA_ACK
A command subtype for telling the client what his buddy icon is. |
static int |
CMD_MIGRATE_PLS
A command subtype for telling a client to "migrate" to another server. |
static int |
CMD_MY_INFO_REQ
A command subtype for requesting information about oneself. |
static int |
CMD_NOOP
A command subtype for doing nothing at all. |
static int |
CMD_PAUSE
A command subtype for telling a client to "pause." |
static int |
CMD_PAUSE_ACK
A command subtype for acknowledging a "server pause." |
static int |
CMD_RATE_ACK
A command subtype for acknowledging previously sent rate information. |
static int |
CMD_RATE_CHG
A command subtype for indicating to a client that rate limiting values changed. |
static int |
CMD_RATE_INFO
A command subtype for sending the client rate limiting information. |
static int |
CMD_RATE_REQ
A command subtype for requesting rate limiting information. |
static int |
CMD_RESUME
A command subtype for telling a client to resume from pausing. |
static int |
CMD_SERV_VERS
A command subtype for sending the client the server's SNAC family versions. |
static int |
CMD_SERVER_READY
A command subtype for when the server is ready for the client to begin logging in. |
static int |
CMD_SERVICE_REDIR
A command subtype for redirecting a client to a new server for a certain SNAC service. |
static int |
CMD_SERVICE_REQ
A command subtype for requesting a new SNAC service. |
static int |
CMD_SET_IDLE
A command subtype for setting one's idle time. |
static int |
CMD_SETENCINFO
A command subtype for setting one's security information. |
static int |
CMD_SETEXTRAINFO
A command subtype for setting one's "extra info blocks." |
static int |
CMD_UPDATE
A command subtype for informing the client of a new version of his client software. |
static int |
CMD_WARNED
A command subtype for informing the client that he was warned. |
static int |
CMD_YOUR_INFO
A command subtype for sending the client his or her user information. |
static int |
FAMILY_CONN
The family code of this SNAC family. |
static SnacFamilyInfo |
FAMILY_INFO
A set of SNAC family information for this family. |
Fields inherited from class SnacCommand |
SNACFLAG_DEFAULT |
Constructor Summary | |
protected |
ConnCommand(int command)
Creates a new SNAC command in this 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_CONN
public static final SnacFamilyInfo FAMILY_INFO
public static final int CMD_CLIENT_VERS
public static final int CMD_RATE_REQ
public static final int CMD_RATE_ACK
public static final int CMD_MY_INFO_REQ
public static final int CMD_CLIENT_READY
public static final int CMD_SERVICE_REQ
public static final int CMD_PAUSE_ACK
public static final int CMD_SET_IDLE
public static final int CMD_SETEXTRAINFO
public static final int CMD_SETENCINFO
public static final int CMD_SERVER_READY
public static final int CMD_SERV_VERS
public static final int CMD_RATE_INFO
public static final int CMD_YOUR_INFO
public static final int CMD_WARNED
public static final int CMD_UPDATE
public static final int CMD_RATE_CHG
public static final int CMD_NOOP
public static final int CMD_SERVICE_REDIR
public static final int CMD_PAUSE
public static final int CMD_RESUME
public static final int CMD_MIGRATE_PLS
public static final int CMD_EXTRA_ACK
public static final int CMD_ENCINFOACK
Constructor Detail |
protected ConnCommand(int command)
command
- the SNAC command subtype
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |