|
|||||||||
| Home >> All >> plugins >> IcqEngine >> [ protocol overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
plugins.IcqEngine.protocol
Class LoginMessage

java.lang.Objectplugins.IcqEngine.protocol.OutgoingMessage
plugins.IcqEngine.protocol.LoginMessage
- public class LoginMessage
- extends OutgoingMessage
| Field Summary | |
(package private) static int |
CLIENT_PORT
|
(package private) static int |
CMD_LOGIN
|
(package private) java.lang.String |
password
|
| Fields inherited from class plugins.IcqEngine.protocol.OutgoingMessage |
VERSION |
| Constructor Summary | |
(package private) |
LoginMessage(java.lang.String password)
|
| Method Summary | |
ByteMessage |
getMessage(int uin,
int sid,
int seq1,
int seg2)
|
| Methods inherited from class plugins.IcqEngine.protocol.OutgoingMessage |
calcCheckCode, createHeader, encrypt |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
CMD_LOGIN
static final int CMD_LOGIN
- See Also:
- Constant Field Values
CLIENT_PORT
static final int CLIENT_PORT
- See Also:
- Constant Field Values
password
java.lang.String password
| Constructor Detail |
LoginMessage
LoginMessage(java.lang.String password)
| Method Detail |
getMessage
public ByteMessage getMessage(int uin, int sid, int seq1, int seg2)
|
|||||||||
| Home >> All >> plugins >> IcqEngine >> [ protocol overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC