|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.walluck.oscar.client.Oscar
public class Oscar
This is just a demo to show that some of this stuff actually works. All of this needs to be modularized and put into the corresponding tool anyway.
Any volunteers?
LocateListener BuddyListListener ICBMListener
UserLookupListener PopupListener BOSListener StatsListener ChatNavListener
ChatListener ODirListener IconListener SSIListener ICQListener LoginListener
MailListener MiscListener| Constructor Summary | |
|---|---|
Oscar()
Creates a new Oscar class. |
|
| Method Summary | |
|---|---|
void |
accountConfirm(AIMSession sess,
AIMFrame frame,
int status)
Describe accountConfirm method here. |
void |
addBuddy(AIMSession sess,
String name,
String group)
Describe addBuddy method here. |
void |
addDeny(AIMSession sess,
String who)
Describe addDeny method here. |
void |
addPermit(AIMSession sess,
String who)
Describe addPermit method here. |
void |
bosRights(AIMSession sess,
AIMFrame frame,
int maxpermits,
int maxdenies)
Describe bosRights method here. |
void |
buddyChange(AIMSession sess,
AIMFrame frame,
UserInfo info)
Describe buddyChange method here. |
void |
buddylistRights(AIMSession sess,
AIMFrame frame,
int maxbuddies,
int maxwatchers)
Describe buddylistRights method here. |
String |
capsToText(int caps)
Print user capabilities as text. |
void |
changeEmail(AIMSession sess,
String eml)
Describe changeEmail method here. |
void |
changePassword(AIMSession sess,
String oldp,
String newp)
Describe changePassword method here. |
boolean |
checkIcon(String sn,
byte[] iconcsum)
|
boolean |
checkIcon(String sn,
int iconcsum)
|
void |
checkMail(AIMSession sess)
Describe checkMail method here. |
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 |
confirmAccount(AIMSession sess)
Describe confirmAccount method here. |
void |
convoClosed(ArrayList dims,
DirectIM who)
Describe convoClosed method here. |
void |
evilNotify(AIMSession sess,
AIMFrame frame,
int newEvil,
UserInfo userinfo)
Describe evilNotify method here. |
Buddy |
findBuddy(String sn)
Find a Buddy by name. |
BuddyGroup |
findBuddyGroupByBuddy(String sn)
Find a BuddyGroup by a buddy. |
void |
formatScreenname(AIMSession sess,
String sn)
Describe formatScreenname method here. |
int |
getAIMCaps()
Describe getAIMCaps method here. |
void |
getAway(AIMSession sess,
String sn)
Describe getAway method here. |
ArrayList |
getBuddyGroups()
Describe getBuddyGroups method here. |
void |
getEmail(AIMSession sess)
Describe getEmail method here. |
void |
getFile(AIMSession sess,
String sn)
Describe getFile method here. |
static int |
getICQCaps()
Describe getICQCaps method here. |
ICQPacket |
getICQPacket(AIMFrame frame)
Get an ICQ packet from the given frame. |
void |
getInfo(AIMSession sess,
String sn)
Describe getInfo method here. |
String |
getPassword()
Describe getPassword method here. |
String |
getSN()
Describe getSN method here. |
void |
godDamnICQ(AIMSession sess,
AIMFrame frame,
String unused)
Describe godDamnICQ method here. |
void |
icbmRemoveCookie(AIMSession sess,
MsgCookie cookie)
Describe icbmRemoveCookie method here. |
void |
incomingChatMsg(AIMSession sess,
AIMFrame frame,
UserInfo userinfo,
String msg)
Describe incomingChatMsg 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 |
infoChange(AIMSession sess,
AIMFrame frame,
boolean infoChange,
short perms,
short err,
String url,
String sn,
String email)
Describe infoChange method here. |
void |
infoUpdate(AIMSession sess,
AIMFrame frame,
Chat roominfo,
String roomName,
int userCount,
ArrayList occupants,
String roomdesc,
int flags,
int creationTime,
int maxmsglen,
int maxOccupancy,
int creationPerms,
int maxvisiblemsglen)
Describe infoUpdate method here. |
void |
interestsReply(AIMSession sess,
AIMFrame frame,
ArrayList interests)
Describe interestsReply method here. |
void |
invitationSent(AIMSession sess,
AIMFrame frame,
AIMInputStream buffer)
Describe invitationSent method here. |
void |
invite(AIMSession sess,
String sn,
String name)
Describe invite method here. |
void |
join(AIMSession sess,
String chat)
Describe join method here. |
void |
keyParse(AIMSession sess,
AIMFrame frame,
String keystr)
Describe keyParse method here. |
void |
locateRights(AIMSession sess,
AIMFrame frame,
int maxsiglen)
Describe locateRights method here. |
void |
login(AIMSession sess,
String sn)
Describe login method here. |
void |
memRequest(AIMSession sess,
AIMFrame frame,
int offset,
int len,
String modname)
Describe memRequest method here. |
void |
migrate(AIMSession sess,
AIMFrame frame,
String ip,
byte[] cookie)
Describe migrate method here. |
void |
missedCall(AIMSession sess,
AIMFrame frame,
int channel,
UserInfo userinfo,
int numMissed,
int reason)
Describe missedCall method here. |
void |
motd(AIMSession sess,
AIMFrame frame,
int id,
String msg)
Describe motd method here. |
void |
moveBuddy(AIMSession sess,
String name,
String oldGroup,
String newGroup)
Describe moveBuddy 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 |
parseAck(AIMSession sess,
AIMFrame frame)
Describe parseAck method here. |
void |
parseAdd(AIMSession sess,
AIMFrame frame)
Describe parseAdd method here. |
void |
parseAuthReq(AIMSession sess,
AIMFrame frame,
String sn,
String reason)
Describe parseAuthReq method here. |
void |
parseData(AIMSession sess,
AIMFrame frame,
int fmtVer,
int numitems,
List list,
int timestamp)
Describe parseData method here. |
void |
parseDataUnchanged(AIMSession sess,
AIMFrame frame)
Describe parseDataUnchanged method here. |
void |
parseDel(AIMSession sess,
AIMFrame frame)
Describe parseDel method here. |
void |
parseIcon(AIMSession sess,
AIMFrame frame,
String sn,
byte[] iconcsum,
byte[] icon)
Describe parseIcon method here. |
void |
parseInfoCreate(AIMSession sess,
AIMFrame frame,
int subtype,
String fqcn,
int instance,
int exchange,
int flags,
int createtime,
int maxmsglen,
int maxoccupancy,
int createperms,
int unknown,
String name,
String ck)
Describe parseInfoCreate method here. |
void |
parseInfoPerms(AIMSession sess,
AIMFrame frame,
int subtype,
int maxrooms,
int curexchange,
ArrayList exchanges)
Describe parseInfoPerms method here. |
void |
parseMod(AIMSession sess,
AIMFrame frame)
Describe parseMod method here. |
void |
parsePopup(AIMSession sess,
AIMFrame frame,
AIMPopup popup)
Describe parsePopup method here. |
void |
parseRights(AIMSession sess,
AIMFrame frame,
short[] maxitems)
Describe parseRights method here. |
void |
printBuddyList()
Describe printBuddyList method here. |
void |
rateChange(AIMSession sess,
AIMFrame frame,
int code,
RateClass rc)
Describe rateChange method here. |
void |
rateResp(AIMSession sess,
AIMFrame frame)
Describe rateResp method here. |
void |
receiveAdded(AIMSession sess,
AIMFrame frame,
String sn)
Describe receiveAdded method here. |
void |
receiveAuthGrant(AIMSession sess,
AIMFrame frame,
String sn,
String msg)
Describe receiveAuthGrant method here. |
void |
receiveAuthGranted(AIMSession sess,
AIMFrame frame,
String sn,
byte reply,
String msg)
Describe receiveAuthGranted method here. |
void |
receiveAuthReply(AIMSession sess,
AIMFrame frame,
String sn,
byte reply,
String msg)
Describe receiveAuthReply method here. |
void |
receiveAuthRequest(AIMSession sess,
AIMFrame frame,
String sn,
String msg)
Describe receiveAuthRequest method here. |
void |
redirect(AIMSession sess,
AIMFrame frame,
Redir redir)
Describe redirect method here. |
void |
remDeny(AIMSession sess,
String who)
Describe remDeny method here. |
void |
removeBuddy(AIMSession sess,
String name,
String group)
Describe removeBuddy method here. |
void |
remPermit(AIMSession sess,
String who)
Describe remPermit method here. |
void |
renameGroup(AIMSession sess,
String oldGroup,
String newGroup)
Describe renameGroup method here. |
void |
reply(AIMSession sess,
AIMFrame frame,
String searchAddr,
int j,
ArrayList buf)
Describe reply method here. |
void |
reportAck(AIMSession sess,
AIMFrame frame,
AIMInputStream buffer)
Describe reportAck method here. |
void |
reportInterval(AIMSession sess,
AIMFrame frame,
int interval)
Describe reportInterval method here. |
void |
searchReply(AIMSession sess,
AIMFrame frame,
ArrayList matches)
Describe searchReply method here. |
void |
securID(AIMSession sess,
AIMFrame frame)
Describe securID method here. |
void |
selfInfo(AIMSession sess,
AIMFrame frame,
UserInfo userinfo)
Describe selfInfo method here. |
void |
sendFile(AIMSession sess,
String sn,
String file)
Describe sendFile method here. |
void |
sendIM(AIMSession sess,
String name,
String message,
int imflags)
Describe sendIM method here. |
void |
serverPause(AIMSession sess,
AIMFrame frame)
Describe serverPause method here. |
void |
serverResume(AIMSession sess,
AIMFrame frame)
Describe serverResume method here. |
void |
setAwayAIM(AIMSession sess,
String awaymsg)
Describe setAwayAIM method here. |
void |
setAwayAIM(AIMSession sess,
String encoding,
byte[] awaymb)
Describe setAwayAIM method here. |
void |
setAwayICQ(AIMSession sess,
String awaymsg)
Describe setAwayICQ method here. |
void |
setInfo(AIMSession sess,
String encoding,
String text)
Describe setInfo method here. |
void |
setPassword(String password)
Describe setPassword method here. |
void |
setSN(String sn)
Describe setSN method here. |
void |
snacError(AIMSession sess,
AIMFrame frame,
int error,
Object data)
Describe snacError method here. |
void |
snacRequestTimedOut(AIMSession sess,
SNAC snac)
Describe snacRequestTimedOut method here. |
void |
srvMeta10E(AIMSession sess,
AIMFrame frame,
int unknown)
Describe srvMeta10E method here. |
void |
srvMetaAbout(AIMSession sess,
AIMFrame frame,
String about)
Describe srvMetaAbout method here. |
void |
srvMetaAboutDone(AIMSession sess,
AIMFrame frame)
Describe srvMetaAboutDone method here. |
void |
srvMetaBackground(AIMSession sess,
AIMFrame frame,
byte pastCount,
ArrayList pastAreas,
ArrayList pastDescriptions,
byte affiliationCount,
ArrayList affiliationAreas,
ArrayList affiliationDescriptions)
Describe srvMetaBackground method here. |
void |
srvMetaFound(AIMSession sess,
AIMFrame frame,
ICQMetaFound imf)
Describe srvMetaFound method here. |
void |
srvMetaGeneral(AIMSession sess,
AIMFrame frame,
ICQMetaGeneral img)
Describe srvMetaGeneral method here. |
void |
srvMetaGeneralDone(AIMSession sess,
AIMFrame frame)
Describe srvMetaGeneralDone method here. |
void |
srvMetaInfo(AIMSession sess,
AIMFrame frame,
ICQMetaGeneral img)
Describe srvMetaInfo method here. |
void |
srvMetaInterest(AIMSession sess,
AIMFrame frame,
byte interestCount,
ArrayList interestAreas,
ArrayList interestDescriptions)
Describe srvMetaInterest method here. |
void |
srvMetaLast(AIMSession sess,
AIMFrame frame,
ICQMetaFound imf,
int missed)
Describe srvMetaLast method here. |
void |
srvMetaMore(AIMSession sess,
AIMFrame frame,
ICQMetaMore imm)
Describe srvMetaMore method here. |
void |
srvMetaMoreDone(AIMSession sess,
AIMFrame frame)
Describe srvMetaMoreDone method here. |
void |
srvMetaMoreEmail(AIMSession sess,
AIMFrame frame,
byte country,
byte flags,
String email)
Describe srvMetaMoreEmail method here. |
void |
srvMetaPassDone(AIMSession sess,
AIMFrame frame)
Describe srvMetaPassDone method here. |
void |
srvMetaRandom(AIMSession sess,
AIMFrame frame,
int uin,
short group,
byte[] externalIP,
int port,
byte[] internalIP,
byte tcpFlags,
short tcpVersion,
byte[] unknown)
Describe srvMetaRandom method here. |
void |
srvMetaRandomDone(AIMSession sess,
AIMFrame frame)
Describe srvMetaRandomDone method here. |
void |
srvMetaWork(AIMSession sess,
AIMFrame frame,
ICQMetaWork imw)
Describe srvMetaWork method here. |
void |
srvOfflineMsg(AIMSession sess,
AIMFrame frame,
ICQOfflineMsg msg)
Describe srvOfflineMsg method here. |
void |
srvOfflineMsgDone(AIMSession sess,
AIMFrame frame)
Describe srvOfflineMsgDone method here. |
void |
trillianEncryption(AIMSession sess,
String sn,
String msg)
Describe trillianEncryption method here. |
void |
typingNotification(AIMSession sess,
AIMFrame frame,
byte[] ck,
short type,
String sn,
short typing)
Describe typingNotification method here. |
void |
unhandledFrame(AIMSession sess,
AIMFrame frame)
Describe unhandledFrame method here. |
void |
uploadAck(AIMSession sess,
AIMFrame frame,
byte[] cksum)
Describe uploadAck method here. |
void |
userInfo(AIMSession sess,
AIMFrame frame,
UserInfo info,
int infoType,
String textEncoding,
String text)
Describe userInfo method here. |
void |
userlistChange(AIMSession sess,
AIMFrame frame,
int curcount,
ArrayList userinfo)
Describe userlistChange method here. |
void |
youveGotMail(AIMSession sess,
AIMFrame frame,
EmailInfo ei,
boolean haveNewMail)
Describe youveGotMail method here. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Oscar()
| Method Detail |
|---|
public int getAIMCaps()
getAIMCaps method here.
int valuepublic static int getICQCaps()
getICQCaps method here.
int valuepublic ICQPacket getICQPacket(AIMFrame frame)
frame - the frame
public ArrayList getBuddyGroups()
getBuddyGroups method here.
ArrayList valuepublic void printBuddyList()
printBuddyList method here.
public Buddy findBuddy(String sn)
sn - the screenname of the buddy
public BuddyGroup findBuddyGroupByBuddy(String sn)
sn - the screenname of the buddy
public String getSN()
getSN method here.
String valuepublic void setSN(String sn)
setSN method here.
sn - a String valuepublic void setPassword(String password)
setPassword method here.
password - a String valuepublic String getPassword()
getPassword method here.
String valuepublic String capsToText(int caps)
caps - the capabilities
public void sendIM(AIMSession sess,
String name,
String message,
int imflags)
throws IOException
sendIM method here.
sess - an AIMSession valuename - a String valuemessage - a String valueimflags - an int value
IOException - if an error occurs
public void sendFile(AIMSession sess,
String sn,
String file)
sendFile method here.
sess - an AIMSession valuesn - a String valuefile - a String value
public void getFile(AIMSession sess,
String sn)
getFile method here.
sess - an AIMSession valuesn - a String value
public void trillianEncryption(AIMSession sess,
String sn,
String msg)
trillianEncryption method here.
sess - an AIMSession valuesn - a String valuemsg - a String value
public void join(AIMSession sess,
String chat)
join method here.
sess - an AIMSession valuechat - a String value
public void invite(AIMSession sess,
String sn,
String name)
invite method here.
sess - an AIMSession valuesn - a String valuename - a String value
public void getInfo(AIMSession sess,
String sn)
throws IOException
getInfo method here.
sess - an AIMSession valuesn - a String value
IOException - if an error occurs
public void getAway(AIMSession sess,
String sn)
throws IOException
getAway method here.
sess - an AIMSession valuesn - a String value
IOException - if an error occurs
public void setInfo(AIMSession sess,
String encoding,
String text)
throws IOException
setInfo method here.
sess - an AIMSession valueencoding - a String valuetext - a String value
IOException - if an error occurs
public void setAwayAIM(AIMSession sess,
String encoding,
byte[] awaymb)
throws IOException
setAwayAIM method here.
sess - an AIMSession valueencoding - a String valueawaymb - a byte[] value
IOException - if an error occurs
public void setAwayAIM(AIMSession sess,
String awaymsg)
throws IOException
setAwayAIM method here.
sess - an AIMSession valueawaymsg - a String value
IOException - if an error occurs
public void setAwayICQ(AIMSession sess,
String awaymsg)
throws IOException
setAwayICQ method here.
sess - an AIMSession valueawaymsg - a String value
IOException - if an error occurs
public void addBuddy(AIMSession sess,
String name,
String group)
throws IOException
addBuddy method here.
sess - an AIMSession valuename - a String valuegroup - a String value
IOException - if an error occurs
public void moveBuddy(AIMSession sess,
String name,
String oldGroup,
String newGroup)
throws IOException
moveBuddy method here.
sess - an AIMSession valuename - a String valueoldGroup - a String valuenewGroup - a String value
IOException - if an error occurs
public void removeBuddy(AIMSession sess,
String name,
String group)
throws IOException
removeBuddy method here.
sess - an AIMSession valuename - a String valuegroup - a String value
IOException - if an error occurs
public void renameGroup(AIMSession sess,
String oldGroup,
String newGroup)
throws IOException
renameGroup method here.
sess - an AIMSession valueoldGroup - a String valuenewGroup - a String value
IOException - if an error occurs
public void login(AIMSession sess,
String sn)
throws IOException
login method here.
sess - an AIMSession valuesn - a String value
IOException - if an error occurs
public void checkMail(AIMSession sess)
throws IOException
checkMail method here.
sess - an AIMSession value
IOException - if an error occurs
public void addPermit(AIMSession sess,
String who)
throws IOException
addPermit method here.
sess - an AIMSession valuewho - a String value
IOException - if an error occurs
public void addDeny(AIMSession sess,
String who)
throws IOException
addDeny method here.
sess - an AIMSession valuewho - a String value
IOException - if an error occurs
public void remPermit(AIMSession sess,
String who)
throws IOException
remPermit method here.
sess - an AIMSession valuewho - a String value
IOException - if an error occurs
public void remDeny(AIMSession sess,
String who)
throws IOException
remDeny method here.
sess - an AIMSession valuewho - a String value
IOException - if an error occurs
public void getEmail(AIMSession sess)
throws IOException
getEmail method here.
sess - an AIMSession value
IOException - if an error occurs
public void confirmAccount(AIMSession sess)
throws IOException
confirmAccount method here.
sess - an AIMSession value
IOException - if an error occurs
public void changeEmail(AIMSession sess,
String eml)
throws IOException
changeEmail method here.
sess - an AIMSession valueeml - a String value
IOException - if an error occurs
public void formatScreenname(AIMSession sess,
String sn)
throws IOException
formatScreenname method here.
sess - an AIMSession valuesn - a String value
IOException - if an error occurs
public void changePassword(AIMSession sess,
String oldp,
String newp)
throws IOException
changePassword method here.
sess - an AIMSession valueoldp - a String valuenewp - a String value
IOException - if an error occurs
public void convoClosed(ArrayList dims,
DirectIM who)
convoClosed method here.
dims - an ArrayList valuewho - a DirectIM value
public void infoChange(AIMSession sess,
AIMFrame frame,
boolean infoChange,
short perms,
short err,
String url,
String sn,
String email)
infoChange method here.
sess - an AIMSession valueframe - an AIMFrame valueinfoChange - a boolean valueperms - a short valueerr - a short valueurl - a String valuesn - a String valueemail - a String value
public void accountConfirm(AIMSession sess,
AIMFrame frame,
int status)
accountConfirm method here.
sess - an AIMSession valueframe - an AIMFrame valuestatus - an int 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 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 keyParse(AIMSession sess,
AIMFrame frame,
String keystr)
keyParse method here.
keyParse in interface LoginListenersess - an AIMSession valueframe - an AIMFrame valuekeystr - 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 bosRights(AIMSession sess,
AIMFrame frame,
int maxpermits,
int maxdenies)
bosRights method here.
bosRights in interface BOSListenersess - an AIMSession valueframe - an AIMFrame valuemaxpermits - an int valuemaxdenies - an int value
public void buddyChange(AIMSession sess,
AIMFrame frame,
UserInfo info)
buddyChange method here.
buddyChange in interface BuddyListListenersess - an AIMSession valueframe - an AIMFrame valueinfo - an UserInfo value
public void buddylistRights(AIMSession sess,
AIMFrame frame,
int maxbuddies,
int maxwatchers)
buddylistRights method here.
buddylistRights in interface BuddyListListenersess - an AIMSession valueframe - an AIMFrame valuemaxbuddies - an int valuemaxwatchers - an int 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 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 boolean checkIcon(String sn,
int iconcsum)
sn - the screennameiconcsum - the icon checksum
public boolean checkIcon(String sn,
byte[] iconcsum)
sn - the screennameiconcsum - the icon checksum
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 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 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 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 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 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
public void invitationSent(AIMSession sess,
AIMFrame frame,
AIMInputStream buffer)
invitationSent method here.
sess - an AIMSession valueframe - an AIMFrame valuebuffer - an AIMInputStream value
public void reply(AIMSession sess,
AIMFrame frame,
String searchAddr,
int j,
ArrayList buf)
reply method here.
reply in interface UserLookupListenersess - an AIMSession valueframe - an AIMFrame valuesearchAddr - a String valuej - an int valuebuf - a ArrayList value
public void parsePopup(AIMSession sess,
AIMFrame frame,
AIMPopup popup)
parsePopup method here.
parsePopup in interface PopupListenersess - an AIMSession valueframe - an AIMFrame valuepopup - an AIMPopup value
public void reportInterval(AIMSession sess,
AIMFrame frame,
int interval)
reportInterval method here.
reportInterval in interface StatsListenersess - an AIMSession valueframe - an AIMFrame valueinterval - an int value
public void reportAck(AIMSession sess,
AIMFrame frame,
AIMInputStream buffer)
reportAck method here.
reportAck in interface StatsListenersess - an AIMSession valueframe - an AIMFrame valuebuffer - an AIMInputStream value
public void parseInfoPerms(AIMSession sess,
AIMFrame frame,
int subtype,
int maxrooms,
int curexchange,
ArrayList exchanges)
parseInfoPerms method here.
parseInfoPerms in interface ChatNavListenersess - an AIMSession valueframe - an AIMFrame valuesubtype - an int valuemaxrooms - an int valuecurexchange - an int valueexchanges - a ArrayList value
public void parseInfoCreate(AIMSession sess,
AIMFrame frame,
int subtype,
String fqcn,
int instance,
int exchange,
int flags,
int createtime,
int maxmsglen,
int maxoccupancy,
int createperms,
int unknown,
String name,
String ck)
parseInfoCreate method here.
parseInfoCreate in interface ChatNavListenersess - an AIMSession valueframe - an AIMFrame valuesubtype - an int valuefqcn - a String valueinstance - an int valueexchange - an int valueflags - an int valuecreatetime - an int valuemaxmsglen - an int valuemaxoccupancy - an int valuecreateperms - an int valueunknown - an int valuename - a String valueck - a String value
public void infoUpdate(AIMSession sess,
AIMFrame frame,
Chat roominfo,
String roomName,
int userCount,
ArrayList occupants,
String roomdesc,
int flags,
int creationTime,
int maxmsglen,
int maxOccupancy,
int creationPerms,
int maxvisiblemsglen)
infoUpdate method here.
infoUpdate in interface ChatListenersess - an AIMSession valueframe - an AIMFrame valueroominfo - a Chat valueroomName - a String valueuserCount - an int valueoccupants - a ArrayList valueroomdesc - a String valueflags - an int valuecreationTime - an int valuemaxmsglen - an int valuemaxOccupancy - an int valuecreationPerms - an int valuemaxvisiblemsglen - an int value
public void userlistChange(AIMSession sess,
AIMFrame frame,
int curcount,
ArrayList userinfo)
userlistChange method here.
userlistChange in interface ChatListenersess - an AIMSession valueframe - an AIMFrame valuecurcount - an int valueuserinfo - a ArrayList value
public void incomingChatMsg(AIMSession sess,
AIMFrame frame,
UserInfo userinfo,
String msg)
incomingChatMsg method here.
incomingChatMsg in interface ChatListenersess - an AIMSession valueframe - an AIMFrame valueuserinfo - an UserInfo valuemsg - a String value
public void searchReply(AIMSession sess,
AIMFrame frame,
ArrayList matches)
searchReply method here.
searchReply in interface ODirListenersess - an AIMSession valueframe - an AIMFrame valuematches - a ArrayList value
public void interestsReply(AIMSession sess,
AIMFrame frame,
ArrayList interests)
interestsReply method here.
interestsReply in interface ODirListenersess - an AIMSession valueframe - an AIMFrame valueinterests - a ArrayList value
public void uploadAck(AIMSession sess,
AIMFrame frame,
byte[] cksum)
uploadAck method here.
uploadAck in interface IconListenersess - an AIMSession valueframe - an AIMFrame valuecksum - a byte[] value
public void parseIcon(AIMSession sess,
AIMFrame frame,
String sn,
byte[] iconcsum,
byte[] icon)
parseIcon method here.
parseIcon in interface IconListenersess - an AIMSession valueframe - an AIMFrame valuesn - a String valueiconcsum - a byte[] valueicon - a byte[] value
public void youveGotMail(AIMSession sess,
AIMFrame frame,
EmailInfo ei,
boolean haveNewMail)
youveGotMail method here.
youveGotMail in interface MailListenersess - an AIMSession valueframe - an AIMFrame valueei - an EmailInfo valuehaveNewMail - a boolean value
public void snacError(AIMSession sess,
AIMFrame frame,
int error,
Object data)
snacError method here.
snacError in interface MiscListenersess - an AIMSession valueframe - an AIMFrame valueerror - an int valuedata - an Object value
public void icbmRemoveCookie(AIMSession sess,
MsgCookie cookie)
icbmRemoveCookie method here.
icbmRemoveCookie in interface MiscListenersess - an AIMSession valuecookie - a MsgCookie value
public void snacRequestTimedOut(AIMSession sess,
SNAC snac)
snacRequestTimedOut method here.
snacRequestTimedOut in interface MiscListenersess - an AIMSession valuesnac - a SNAC value
public void unhandledFrame(AIMSession sess,
AIMFrame frame)
unhandledFrame method here.
unhandledFrame in interface MiscListenersess - an AIMSession valueframe - an AIMFrame value
public void parseRights(AIMSession sess,
AIMFrame frame,
short[] maxitems)
parseRights method here.
parseRights in interface SSIListenersess - an AIMSession valueframe - an AIMFrame valuemaxitems - a short[] value
public void parseData(AIMSession sess,
AIMFrame frame,
int fmtVer,
int numitems,
List list,
int timestamp)
parseData method here.
parseData in interface SSIListenersess - an AIMSession valueframe - an AIMFrame valuefmtVer - an int valuenumitems - an int valuelist - a List valuetimestamp - an int value
public void parseAck(AIMSession sess,
AIMFrame frame)
parseAck method here.
parseAck in interface SSIListenersess - an AIMSession valueframe - an AIMFrame value
public void parseDataUnchanged(AIMSession sess,
AIMFrame frame)
parseDataUnchanged method here.
parseDataUnchanged in interface SSIListenersess - an AIMSession valueframe - an AIMFrame value
public void parseAuthReq(AIMSession sess,
AIMFrame frame,
String sn,
String reason)
parseAuthReq method here.
parseAuthReq in interface SSIListenersess - an AIMSession valueframe - an AIMFrame valuesn - a String valuereason - a String value
public void receiveAuthGranted(AIMSession sess,
AIMFrame frame,
String sn,
byte reply,
String msg)
receiveAuthGranted method here.
receiveAuthGranted in interface SSIListenersess - an AIMSession valueframe - an AIMFrame valuesn - a String valuereply - a byte valuemsg - a String value
public void receiveAdded(AIMSession sess,
AIMFrame frame,
String sn)
receiveAdded method here.
receiveAdded in interface SSIListenersess - an AIMSession valueframe - an AIMFrame valuesn - a String value
public void parseAdd(AIMSession sess,
AIMFrame frame)
parseAdd method here.
parseAdd in interface SSIListenersess - an AIMSession valueframe - an AIMFrame value
public void parseMod(AIMSession sess,
AIMFrame frame)
parseMod method here.
parseMod in interface SSIListenersess - an AIMSession valueframe - an AIMFrame value
public void parseDel(AIMSession sess,
AIMFrame frame)
parseDel method here.
parseDel in interface SSIListenersess - an AIMSession valueframe - an AIMFrame value
public void receiveAuthGrant(AIMSession sess,
AIMFrame frame,
String sn,
String msg)
receiveAuthGrant method here.
receiveAuthGrant in interface SSIListenersess - an AIMSession valueframe - an AIMFrame valuesn - a String valuemsg - a String value
public void receiveAuthRequest(AIMSession sess,
AIMFrame frame,
String sn,
String msg)
receiveAuthRequest method here.
receiveAuthRequest in interface SSIListenersess - an AIMSession valueframe - an AIMFrame valuesn - a String valuemsg - a String value
public void receiveAuthReply(AIMSession sess,
AIMFrame frame,
String sn,
byte reply,
String msg)
receiveAuthReply method here.
receiveAuthReply in interface SSIListenersess - an AIMSession valueframe - an AIMFrame valuesn - a String valuereply - a byte valuemsg - a String value
public void srvOfflineMsgDone(AIMSession sess,
AIMFrame frame)
srvOfflineMsgDone method here.
srvOfflineMsgDone in interface ICQListenersess - an AIMSession valueframe - an AIMFrame value
public void srvMetaGeneralDone(AIMSession sess,
AIMFrame frame)
srvMetaGeneralDone method here.
srvMetaGeneralDone in interface ICQListenersess - an AIMSession valueframe - an AIMFrame value
public void srvMetaMoreDone(AIMSession sess,
AIMFrame frame)
srvMetaMoreDone method here.
srvMetaMoreDone in interface ICQListenersess - an AIMSession valueframe - an AIMFrame value
public void srvMetaAboutDone(AIMSession sess,
AIMFrame frame)
srvMetaAboutDone method here.
srvMetaAboutDone in interface ICQListenersess - an AIMSession valueframe - an AIMFrame value
public void srvMetaPassDone(AIMSession sess,
AIMFrame frame)
srvMetaPassDone method here.
srvMetaPassDone in interface ICQListenersess - an AIMSession valueframe - an AIMFrame value
public void srvMetaGeneral(AIMSession sess,
AIMFrame frame,
ICQMetaGeneral img)
srvMetaGeneral method here.
srvMetaGeneral in interface ICQListenersess - an AIMSession valueframe - an AIMFrame valueimg - an ICQMetaGeneral value
public void srvMetaWork(AIMSession sess,
AIMFrame frame,
ICQMetaWork imw)
srvMetaWork method here.
srvMetaWork in interface ICQListenersess - an AIMSession valueframe - an AIMFrame valueimw - an ICQMetaWork value
public void srvMetaMore(AIMSession sess,
AIMFrame frame,
ICQMetaMore imm)
srvMetaMore method here.
srvMetaMore in interface ICQListenersess - an AIMSession valueframe - an AIMFrame valueimm - an ICQMetaMore value
public void srvMetaAbout(AIMSession sess,
AIMFrame frame,
String about)
srvMetaAbout method here.
srvMetaAbout in interface ICQListenersess - an AIMSession valueframe - an AIMFrame valueabout - a String value
public void srvMetaMoreEmail(AIMSession sess,
AIMFrame frame,
byte country,
byte flags,
String email)
srvMetaMoreEmail method here.
srvMetaMoreEmail in interface ICQListenersess - an AIMSession valueframe - an AIMFrame valuecountry - a byte valueflags - a byte valueemail - a String value
public void srvMetaInterest(AIMSession sess,
AIMFrame frame,
byte interestCount,
ArrayList interestAreas,
ArrayList interestDescriptions)
srvMetaInterest method here.
srvMetaInterest in interface ICQListenersess - an AIMSession valueframe - an AIMFrame valueinterestCount - a byte valueinterestAreas - a ArrayList valueinterestDescriptions - a ArrayList value
public void srvMetaBackground(AIMSession sess,
AIMFrame frame,
byte pastCount,
ArrayList pastAreas,
ArrayList pastDescriptions,
byte affiliationCount,
ArrayList affiliationAreas,
ArrayList affiliationDescriptions)
srvMetaBackground method here.
srvMetaBackground in interface ICQListenersess - an AIMSession valueframe - an AIMFrame valuepastCount - a byte valuepastAreas - a ArrayList valuepastDescriptions - a ArrayList valueaffiliationCount - a byte valueaffiliationAreas - a ArrayList valueaffiliationDescriptions - a ArrayList value
public void srvMetaInfo(AIMSession sess,
AIMFrame frame,
ICQMetaGeneral img)
srvMetaInfo method here.
srvMetaInfo in interface ICQListenersess - an AIMSession valueframe - an AIMFrame valueimg - an ICQMetaGeneral value
public void srvMeta10E(AIMSession sess,
AIMFrame frame,
int unknown)
srvMeta10E method here.
srvMeta10E in interface ICQListenersess - an AIMSession valueframe - an AIMFrame valueunknown - an int value
public void srvMetaFound(AIMSession sess,
AIMFrame frame,
ICQMetaFound imf)
srvMetaFound method here.
srvMetaFound in interface ICQListenersess - an AIMSession valueframe - an AIMFrame valueimf - an ICQMetaFound value
public void srvMetaLast(AIMSession sess,
AIMFrame frame,
ICQMetaFound imf,
int missed)
srvMetaLast method here.
srvMetaLast in interface ICQListenersess - an AIMSession valueframe - an AIMFrame valueimf - an ICQMetaFound valuemissed - an int value
public void srvMetaRandom(AIMSession sess,
AIMFrame frame,
int uin,
short group,
byte[] externalIP,
int port,
byte[] internalIP,
byte tcpFlags,
short tcpVersion,
byte[] unknown)
srvMetaRandom method here.
srvMetaRandom in interface ICQListenersess - an AIMSession valueframe - an AIMFrame valueuin - an int valuegroup - a short valueexternalIP - a byte[] valueport - an int valueinternalIP - a byte[] valuetcpFlags - a byte valuetcpVersion - a short valueunknown - a byte[] value
public void srvMetaRandomDone(AIMSession sess,
AIMFrame frame)
srvMetaRandomDone method here.
srvMetaRandomDone in interface ICQListenersess - an AIMSession valueframe - an AIMFrame value
public void srvOfflineMsg(AIMSession sess,
AIMFrame frame,
ICQOfflineMsg msg)
srvOfflineMsg method here.
srvOfflineMsg in interface ICQListenersess - an AIMSession valueframe - an AIMFrame valuemsg - an ICQOfflineMsg value
public void rateResp(AIMSession sess,
AIMFrame frame)
rateResp method here.
rateResp in interface ServiceListenersess - an AIMSession valueframe - an AIMFrame value
public void rateChange(AIMSession sess,
AIMFrame frame,
int code,
RateClass rc)
rateChange method here.
rateChange in interface ServiceListenersess - an AIMSession valueframe - an AIMFrame valuecode - an int valuerc - a RateClass value
public void serverPause(AIMSession sess,
AIMFrame frame)
serverPause method here.
serverPause in interface ServiceListenersess - an AIMSession valueframe - an AIMFrame value
public void serverResume(AIMSession sess,
AIMFrame frame)
serverResume method here.
serverResume in interface ServiceListenersess - an AIMSession valueframe - an AIMFrame value
public void selfInfo(AIMSession sess,
AIMFrame frame,
UserInfo userinfo)
selfInfo method here.
selfInfo in interface ServiceListenersess - an AIMSession valueframe - an AIMFrame valueuserinfo - an UserInfo value
public void evilNotify(AIMSession sess,
AIMFrame frame,
int newEvil,
UserInfo userinfo)
evilNotify method here.
evilNotify in interface ServiceListenersess - an AIMSession valueframe - an AIMFrame valuenewEvil - an int valueuserinfo - an UserInfo value
public void migrate(AIMSession sess,
AIMFrame frame,
String ip,
byte[] cookie)
migrate method here.
migrate in interface ServiceListenersess - an AIMSession valueframe - an AIMFrame valueip - a String valuecookie - a byte[] value
public void motd(AIMSession sess,
AIMFrame frame,
int id,
String msg)
motd method here.
motd in interface ServiceListenersess - an AIMSession valueframe - an AIMFrame valueid - an int valuemsg - a String value
public void memRequest(AIMSession sess,
AIMFrame frame,
int offset,
int len,
String modname)
memRequest method here.
memRequest in interface ServiceListenersess - an AIMSession valueframe - an AIMFrame valueoffset - an int valuelen - an int valuemodname - a String value
public void redirect(AIMSession sess,
AIMFrame frame,
Redir redir)
redirect method here.
redirect in interface ServiceListenersess - an AIMSession valueframe - an AIMFrame valueredir - a Redir value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||