|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.walluck.oscar.components.Protocol
public class Protocol
Describe class Protocol here.
| Constructor Summary | |
|---|---|
Protocol()
Creates a new Protocol instance. |
|
| Method Summary | |
|---|---|
void |
clientAutoresp(AIMSession sess,
AIMFrame frame,
int channel,
String sn,
int reason)
Describe clientAutoresp method here. |
void |
clientAutoresp(AIMSession sess,
AIMFrame frame,
int channel,
String sn,
int reason,
int state,
String msg)
Describe clientAutoresp method here. |
void |
godDamnICQ(AIMSession sess,
AIMFrame frame,
String unused)
Describe godDamnICQ method here. |
void |
incomingIMCH1(AIMSession sess,
AIMFrame frame,
int channel,
UserInfo userinfo,
AOLIM args)
Describe incomingIMCH1 method here. |
void |
incomingIMCH2(AIMSession sess,
AIMFrame frame,
int channel,
UserInfo userinfo,
IncomingIMCH2 args)
Describe incomingIMCH2 method here. |
void |
incomingIMCH4(AIMSession sess,
AIMFrame frame,
int channel,
UserInfo userinfo,
IncomingIMCH4 args)
Describe incomingIMCH4 method here. |
void |
keyParse(AIMSession sess,
AIMFrame frame,
String keystr)
Description of the Method |
void |
locateRights(AIMSession sess,
AIMFrame frame,
int maxsiglen)
Describe locateRights method here. |
void |
missedCall(AIMSession sess,
AIMFrame frame,
int channel,
UserInfo userinfo,
int numMissed,
int reason)
Describe missedCall method here. |
void |
msgAck(AIMSession sess,
AIMFrame frame,
int type,
String sn)
Describe msgAck method here. |
void |
newUIN(AIMSession sess,
AIMFrame frame,
int uin,
int ip,
int port)
Describe newUIN method here. |
void |
outgoingIM(AIMSession sess,
AIMFrame frame,
int channel,
String sn,
String msg,
int icbmflags,
short flag1,
short flag2)
Describe outgoingIM method here. |
void |
paramInfo(AIMSession sess,
AIMFrame frame,
ICBMParams params)
Describe paramInfo method here. |
void |
parse(AIMSession sess,
AIMFrame frame,
LoginResponseInfo info,
int family,
int subtype)
Describe parse method here. |
void |
securID(AIMSession sess,
AIMFrame frame)
Describe securID method here. |
void |
typingNotification(AIMSession sess,
AIMFrame frame,
byte[] ck,
short type,
String sn,
short typing)
Describe typingNotification method here. |
void |
userInfo(AIMSession sess,
AIMFrame frame,
UserInfo info,
int infoType,
String textEncoding,
String text)
Describe userInfo method here. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Protocol()
Protocol instance.
| Method Detail |
|---|
public void clientAutoresp(AIMSession sess,
AIMFrame frame,
int channel,
String sn,
int reason)
clientAutoresp method here.
clientAutoresp in interface ICBMListenersess - an AIMSession valueframe - an AIMFrame valuechannel - an int valuesn - a String valuereason - an int value
public void clientAutoresp(AIMSession sess,
AIMFrame frame,
int channel,
String sn,
int reason,
int state,
String msg)
clientAutoresp method here.
clientAutoresp in interface ICBMListenersess - an AIMSession valueframe - an AIMFrame valuechannel - an int valuesn - a String valuereason - an int valuestate - an int valuemsg - a String value
public void godDamnICQ(AIMSession sess,
AIMFrame frame,
String unused)
godDamnICQ method here.
godDamnICQ in interface LoginListenersess - an AIMSession valueframe - an AIMFrame valueunused - a String value
public void incomingIMCH1(AIMSession sess,
AIMFrame frame,
int channel,
UserInfo userinfo,
AOLIM args)
incomingIMCH1 method here.
incomingIMCH1 in interface ICBMListenersess - an AIMSession valueframe - an AIMFrame valuechannel - an int valueuserinfo - an UserInfo valueargs - an AOLIM value
public void incomingIMCH2(AIMSession sess,
AIMFrame frame,
int channel,
UserInfo userinfo,
IncomingIMCH2 args)
incomingIMCH2 method here.
incomingIMCH2 in interface ICBMListenersess - an AIMSession valueframe - an AIMFrame valuechannel - an int valueuserinfo - an UserInfo valueargs - an IncomingIMCH2 value
public void incomingIMCH4(AIMSession sess,
AIMFrame frame,
int channel,
UserInfo userinfo,
IncomingIMCH4 args)
incomingIMCH4 method here.
incomingIMCH4 in interface ICBMListenersess - an AIMSession valueframe - an AIMFrame valuechannel - an int valueuserinfo - an UserInfo valueargs - an IncomingIMCH4 value
public void keyParse(AIMSession sess,
AIMFrame frame,
String keystr)
keyParse in interface LoginListenersess - Description of the Parameterframe - Description of the Parameterkeystr - Description of the Parameter
public void missedCall(AIMSession sess,
AIMFrame frame,
int channel,
UserInfo userinfo,
int numMissed,
int reason)
missedCall method here.
missedCall in interface ICBMListenersess - an AIMSession valueframe - an AIMFrame valuechannel - an int valueuserinfo - an UserInfo valuenumMissed - an int valuereason - an int value
public void msgAck(AIMSession sess,
AIMFrame frame,
int type,
String sn)
msgAck method here.
msgAck in interface ICBMListenersess - an AIMSession valueframe - an AIMFrame valuetype - an int valuesn - a String value
public void newUIN(AIMSession sess,
AIMFrame frame,
int uin,
int ip,
int port)
newUIN method here.
newUIN in interface LoginListenersess - an AIMSession valueframe - an AIMFrame valueuin - an int valueip - an int valueport - an int value
public void securID(AIMSession sess,
AIMFrame frame)
securID method here.
securID in interface LoginListenersess - an AIMSession valueframe - an AIMFrame value
public void outgoingIM(AIMSession sess,
AIMFrame frame,
int channel,
String sn,
String msg,
int icbmflags,
short flag1,
short flag2)
outgoingIM method here.
outgoingIM in interface ICBMListenersess - an AIMSession valueframe - an AIMFrame valuechannel - an int valuesn - a String valuemsg - a String valueicbmflags - an int valueflag1 - a short valueflag2 - a short value
public void paramInfo(AIMSession sess,
AIMFrame frame,
ICBMParams params)
paramInfo method here.
paramInfo in interface ICBMListenersess - an AIMSession valueframe - an AIMFrame valueparams - an ICBMParams value
public void parse(AIMSession sess,
AIMFrame frame,
LoginResponseInfo info,
int family,
int subtype)
parse method here.
parse in interface LoginListenersess - an AIMSession valueframe - an AIMFrame valueinfo - a LoginResponseInfo valuefamily - an int valuesubtype - an int value
public void typingNotification(AIMSession sess,
AIMFrame frame,
byte[] ck,
short type,
String sn,
short typing)
typingNotification method here.
typingNotification in interface ICBMListenersess - an AIMSession valueframe - an AIMFrame valueck - a byte[] valuetype - a short valuesn - a String valuetyping - a short value
public void locateRights(AIMSession sess,
AIMFrame frame,
int maxsiglen)
locateRights method here.
locateRights in interface LocateListenersess - an AIMSession valueframe - an AIMFrame valuemaxsiglen - an int value
public void userInfo(AIMSession sess,
AIMFrame frame,
UserInfo info,
int infoType,
String textEncoding,
String text)
userInfo method here.
userInfo in interface LocateListenersess - an AIMSession valueframe - an AIMFrame valueinfo - an UserInfo valueinfoType - an int valuetextEncoding - a String valuetext - a String value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||