|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSnacCommand
AuthCommand
A base class for SNAC commands in the "auth" 0x17
SNAC family.
Field Summary | |
static int |
CMD_AUTH_REQ
The command subtype for requesting authorization (login). |
static int |
CMD_AUTH_RESP
The command subtype for an authorization attempt response. |
static int |
CMD_KEY_REQ
The command subtype for requesting an authorization key. |
static int |
CMD_KEY_RESP
The command subtype for a response to a key request. |
static int |
FAMILY_AUTH
This family's SNAC family code. |
static SnacFamilyInfo |
FAMILY_INFO
A SNAC family information object for this family. |
Fields inherited from class SnacCommand |
SNACFLAG_DEFAULT |
Constructor Summary | |
protected |
AuthCommand(int command)
Creates a new SNAC command in this family with the given command subtype. |
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_AUTH
public static final int CMD_KEY_REQ
public static final int CMD_AUTH_REQ
public static final int CMD_KEY_RESP
public static final int CMD_AUTH_RESP
public static final SnacFamilyInfo FAMILY_INFO
Constructor Detail |
protected AuthCommand(int command)
command
- the command subtype of this command
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |