A B C D E F G H I J L N P R S T U W

A

addBlock(String) - Method in class com.wilko.jaim.JaimConnection
Adds the specified buddy to your block list.
addBuddy(Buddy) - Method in class com.wilko.jaim.Group
This method adds a buddy to the end of the group
addBuddy(Buddy, int) - Method in class com.wilko.jaim.Group
This method adds a buddy to the specified location in the group If the specified location is beyond the end of the group, then the buddy is added to the end of the group
addBuddy(String) - Method in class com.wilko.jaim.TocAddBuddyCommand
 
addBuddy(String) - Method in class com.wilko.jaim.JaimConnection
Deprecated. the JaimConnection.watchBuddy(java.lang.String) method should be used instead
addBuddy(String, String) - Method in class com.wilko.jaim.JaimConnection
Add a buddy to a group.
addBuddy(String, String, int) - Method in class com.wilko.jaim.JaimConnection
Add a buddy to a group.
addDeny(String) - Method in class com.wilko.jaim.TocAddDenyCommand
 
addEventListener(JaimEventListener) - Method in class com.wilko.jaim.JaimConnection
Add an EventListener object.
addFrameData(byte) - Method in class com.wilko.jaim.FLAPInputFrame
 
addGroup(Group) - Method in class com.wilko.jaim.TocSetConfigCommand
 
addPermit(String) - Method in class com.wilko.jaim.TocAddPermitCommand
 
addPermit(String) - Method in class com.wilko.jaim.JaimConnection
Adds the specified buddy to your permit list.
addResponseHandler(TocResponseHandler) - Static method in class com.wilko.jaim.TocResponseFactory
 
addString(String) - Method in class com.wilko.jaim.FLAPDataFrame
 

B

Buddy - class com.wilko.jaim.Buddy.
This is a buddy object that holds the buddy's name and other information about a buddy.
Buddy(String) - Constructor for class com.wilko.jaim.Buddy
Constructor that sets the buddy name
BuddyUpdateTocResponse - class com.wilko.jaim.BuddyUpdateTocResponse.
A BuddyUpdateTocResponse is delivered to a JaimEventListener when a buddy update is received from the TOC server
BuddyUpdateTocResponse() - Constructor for class com.wilko.jaim.BuddyUpdateTocResponse
Creates new BuddyUpdateTocResponse

C

canHandle(String) - Method in class com.wilko.jaim.GotoTocResponse
Returns true if this response handler can handle the specified response.
canHandle(String) - Method in class com.wilko.jaim.ConfigTocResponse
Returns true if this response handler can handle the specified response.
canHandle(String) - Method in interface com.wilko.jaim.TocResponseHandler
Returns true if this response handler can handle the specified response.
canHandle(String) - Method in class com.wilko.jaim.SignOnTocResponse
Returns true if this response handler can handle the specified response.
canHandle(String) - Method in class com.wilko.jaim.NickTocResponse
Returns true if this response handler can handle the specified response.
canHandle(String) - Method in class com.wilko.jaim.IMTocResponse
Returns true if this response handler can handle the specified response.
canHandle(String) - Method in class com.wilko.jaim.GenericTocResponse
Returns true if this response handler can handle the specified response.
canHandle(String) - Method in class com.wilko.jaim.EvilTocResponse
Returns true if this response handler can handle the specified response.
canHandle(String) - Method in class com.wilko.jaim.ErrorTocResponse
Returns true if this response handler can handle the specified response.
canHandle(String) - Method in class com.wilko.jaim.BuddyUpdateTocResponse
Returns true if this response handler can handle the specified response.
cmd - Variable in class com.wilko.jaim.TocResponse
 
com.wilko.jaim - package com.wilko.jaim
 
completeFrameRead() - Method in class com.wilko.jaim.FLAPInputFrame
 
ConfigTocResponse - class com.wilko.jaim.ConfigTocResponse.
A ConfigTocResponse contains the config message received from the toc server.
ConfigTocResponse() - Constructor for class com.wilko.jaim.ConfigTocResponse
 
connect() - Method in class com.wilko.jaim.JaimConnection
Initiate a connection to the TOC server
ConnectionLostTocResponse - class com.wilko.jaim.ConnectionLostTocResponse.
This is a "pseudo" TOC response - it is delivered to JaimLib clients to indicate that the connection to the server has been lost.
ConnectionLostTocResponse() - Constructor for class com.wilko.jaim.ConnectionLostTocResponse
Creates a new instance of LoginCompleteTocResponse
createFLAPFrame(byte[]) - Static method in class com.wilko.jaim.FLAPFrameFactory
 

D

deleteBuddy(String) - Method in class com.wilko.jaim.JaimConnection
Deprecated. use JaimConnection.unwatchBuddy(java.lang.String) instead
DENY_ALL - Static variable in class com.wilko.jaim.ConfigTocResponse
Value for mode that indicates DENY ALL mode
DENY_SOME - Static variable in class com.wilko.jaim.ConfigTocResponse
Value for mode that indicates DENY SOME mode
disconnect() - Method in class com.wilko.jaim.JaimConnection
Disconnect from the TOC server
Dispatch(FLAPFrame) - Method in class com.wilko.jaim.JaimConnection
 

E

encodeText(String) - Static method in class com.wilko.jaim.Utils
Encode a text message so that it is suitable for transmission using toc_send_im
enumerateBuddies() - Method in class com.wilko.jaim.Group
This method returns the buddies in this group
enumerateGroups() - Method in class com.wilko.jaim.ConfigTocResponse
Returns an Enumeration of groups.
ErrorTocResponse - class com.wilko.jaim.ErrorTocResponse.
This TOC response is sent to a JaimEventListener when an error message is received from the TOC server
ErrorTocResponse() - Constructor for class com.wilko.jaim.ErrorTocResponse
Creates new ErrorTocResponse
EvilTocResponse - class com.wilko.jaim.EvilTocResponse.
An EvilTocResponse is delivered to a JaimEventListener when the signed on buddy is "eviled" or warned
EvilTocResponse() - Constructor for class com.wilko.jaim.EvilTocResponse
Creates new EvilTocResponse

F

FLAP_DATA_OFFSET - Static variable in class com.wilko.jaim.FLAPFrame
 
FLAP_FRAME_DATA - Static variable in class com.wilko.jaim.FLAPFrame
 
FLAP_FRAME_ERROR - Static variable in class com.wilko.jaim.FLAPFrame
 
FLAP_FRAME_KEEP_ALIVE - Static variable in class com.wilko.jaim.FLAPFrame
 
FLAP_FRAME_SIGNOFF - Static variable in class com.wilko.jaim.FLAPFrame
 
FLAP_FRAME_SIGNON - Static variable in class com.wilko.jaim.FLAPFrame
 
FLAPDataFrame - class com.wilko.jaim.FLAPDataFrame.
 
FLAPDataFrame() - Constructor for class com.wilko.jaim.FLAPDataFrame
Creates new FlapDataFrame
FLAPDataFrame(byte[]) - Constructor for class com.wilko.jaim.FLAPDataFrame
 
FLAPErrorFrame - class com.wilko.jaim.FLAPErrorFrame.
 
FLAPErrorFrame() - Constructor for class com.wilko.jaim.FLAPErrorFrame
Creates new FLAPErrorFrame
FLAPErrorFrame(byte[]) - Constructor for class com.wilko.jaim.FLAPErrorFrame
 
FLAPFrame - class com.wilko.jaim.FLAPFrame.
 
FLAPFrame() - Constructor for class com.wilko.jaim.FLAPFrame
Creates new FLAPFrame
FLAPFrameException - exception com.wilko.jaim.FLAPFrameException.
 
FLAPFrameException() - Constructor for class com.wilko.jaim.FLAPFrameException
Creates new FLAPFrameException without detail message.
FLAPFrameException(String) - Constructor for class com.wilko.jaim.FLAPFrameException
Constructs an FLAPFrameException with the specified detail message.
FLAPFrameFactory - class com.wilko.jaim.FLAPFrameFactory.
 
FLAPFrameFactory() - Constructor for class com.wilko.jaim.FLAPFrameFactory
Creates new FLAPFrameFactory
FLAPInputFrame - class com.wilko.jaim.FLAPInputFrame.
 
FLAPInputFrame() - Constructor for class com.wilko.jaim.FLAPInputFrame
 
FLAPKeepAliveFrame - class com.wilko.jaim.FLAPKeepAliveFrame.
 
FLAPKeepAliveFrame() - Constructor for class com.wilko.jaim.FLAPKeepAliveFrame
Creates new FLAPKeepAliveFrame
FLAPKeepAliveFrame(byte[]) - Constructor for class com.wilko.jaim.FLAPKeepAliveFrame
 
FLAPSignoffFrame - class com.wilko.jaim.FLAPSignoffFrame.
 
FLAPSignoffFrame() - Constructor for class com.wilko.jaim.FLAPSignoffFrame
Creates new FlapSignonFrame
FLAPSignoffFrame(byte[]) - Constructor for class com.wilko.jaim.FLAPSignoffFrame
 
FLAPSignonFrame - class com.wilko.jaim.FLAPSignonFrame.
 
FLAPSignonFrame() - Constructor for class com.wilko.jaim.FLAPSignonFrame
Creates new FlapSignonFrame
FLAPSignonFrame(byte[]) - Constructor for class com.wilko.jaim.FLAPSignonFrame
 
fLen - Variable in class com.wilko.jaim.FLAPFrame
 
frame - Variable in class com.wilko.jaim.FLAPFrame
 

G

GenericTocResponse - class com.wilko.jaim.GenericTocResponse.
A GenericTocResponse is used internally in the Response parsing and processing logic of JaimConnection
GenericTocResponse() - Constructor for class com.wilko.jaim.GenericTocResponse
Creates new GenericTocCommand
getAutoResponse() - Method in class com.wilko.jaim.IMTocResponse
Is this response an automatically generated response?
getBuddies() - Method in class com.wilko.jaim.Group
This method returns the buddies in this group
getBuddy() - Method in class com.wilko.jaim.BuddyUpdateTocResponse
Obtain the buddy name from this update
getBuddyCount() - Method in class com.wilko.jaim.Group
This method returns the number of buddies in this group
getBytes() - Method in class com.wilko.jaim.TocAddPermitCommand
 
getBytes() - Method in class com.wilko.jaim.TocSetConfigCommand
 
getBytes() - Method in class com.wilko.jaim.TocAddDenyCommand
 
getBytes() - Method in class com.wilko.jaim.TocSetAwayCommand
 
getBytes() - Method in class com.wilko.jaim.TocSetIdleCommand
 
getBytes() - Method in class com.wilko.jaim.TocSetInfoCommand
 
getBytes() - Method in class com.wilko.jaim.TocSignonCommand
 
getBytes() - Method in class com.wilko.jaim.TocInitDoneCommand
 
getBytes() - Method in class com.wilko.jaim.TocIMCommand
 
getBytes() - Method in class com.wilko.jaim.TocEvilCommand
 
getBytes() - Method in class com.wilko.jaim.TocCommand
 
getBytes() - Method in class com.wilko.jaim.TocGetInfoCommand
 
getBytes() - Method in class com.wilko.jaim.TocAddBuddyCommand
 
getBytes() - Method in class com.wilko.jaim.GenericTocResponse
Get a byte array that contains the response
getContent() - Method in class com.wilko.jaim.FLAPDataFrame
 
getDeny() - Method in class com.wilko.jaim.Buddy
Gets the deny value
getErrorCode() - Method in class com.wilko.jaim.ErrorTocResponse
Obtain the error code for this response
getErrorDescription() - Method in class com.wilko.jaim.ErrorTocResponse
Obtain the error message that corresponds to this error.
getErrorDescription(int) - Static method in class com.wilko.jaim.ErrorTocResponse
Obtain the error message that corresponds to the specified error code
getErrorText() - Method in class com.wilko.jaim.ErrorTocResponse
Get the error text (if any) associated with this error response
getEvil() - Method in class com.wilko.jaim.BuddyUpdateTocResponse
Obtain the "Evil" (Warning) level of this buddy
getEvilAmount() - Method in class com.wilko.jaim.EvilTocResponse
Get the evil amount from this response.
getEvilBy() - Method in class com.wilko.jaim.EvilTocResponse
Obtain the name of the buddy that issued the warning.
getFLAPFrameType() - Method in class com.wilko.jaim.FLAPSignonFrame
 
getFLAPFrameType() - Method in class com.wilko.jaim.FLAPSignoffFrame
 
getFLAPFrameType() - Method in class com.wilko.jaim.FLAPKeepAliveFrame
 
getFLAPFrameType() - Method in class com.wilko.jaim.FLAPInputFrame
 
getFLAPFrameType() - Method in class com.wilko.jaim.FLAPFrame
 
getFLAPFrameType() - Method in class com.wilko.jaim.FLAPErrorFrame
 
getFLAPFrameType() - Method in class com.wilko.jaim.FLAPDataFrame
 
getFLAPVersion() - Method in class com.wilko.jaim.FLAPSignonFrame
 
getFrameData() - Method in class com.wilko.jaim.FLAPInputFrame
 
getFrameData() - Method in class com.wilko.jaim.FLAPFrame
 
getFrom() - Method in class com.wilko.jaim.IMTocResponse
Obtain the name of the buddy who sent this instant message
getGroupBy(String) - Method in class com.wilko.jaim.JaimConnection
Return a group, given its name
getGroups() - Method in class com.wilko.jaim.ConfigTocResponse
Returns a Collection of groups.
getGroups() - Method in class com.wilko.jaim.JaimConnection
Return the set of groups that have been stored in the TOC server The information returned from this method is only valid if JaimConnection.isConfigValid() returns true
getIdleTime() - Method in class com.wilko.jaim.BuddyUpdateTocResponse
Obtain the idle time of this buddy
getInfo(String) - Method in class com.wilko.jaim.JaimConnection
Get the information for the specified user
getInterMessageDelay() - Method in class com.wilko.jaim.JaimConnection
Deprecated. This function is no longer used
getLength() - Method in class com.wilko.jaim.FLAPFrame
 
getMode() - Method in class com.wilko.jaim.ConfigTocResponse
Gets the mode for this configuration
getMsg() - Method in class com.wilko.jaim.IMTocResponse
Obtain the message
getName() - Method in class com.wilko.jaim.Group
This method gets the group name
getName() - Method in class com.wilko.jaim.Buddy
Gets the buddy name
getNickName() - Method in class com.wilko.jaim.NickTocResponse
 
getNickName() - Method in class com.wilko.jaim.JaimConnection
Get the formatted Nick Name for this connection.
getPermit() - Method in class com.wilko.jaim.Buddy
Gets the permit value
getResponseType() - Method in class com.wilko.jaim.ConnectionLostTocResponse
 
getResponseType() - Method in class com.wilko.jaim.LoginCompleteTocResponse
 
getResponseType() - Method in class com.wilko.jaim.GotoTocResponse
Obtain the response type for response dispatching purposes
getResponseType() - Method in class com.wilko.jaim.ConfigTocResponse
Get the response type of this response.
getResponseType() - Method in class com.wilko.jaim.TocResponse
 
getResponseType() - Method in class com.wilko.jaim.SignOnTocResponse
 
getResponseType() - Method in class com.wilko.jaim.NickTocResponse
 
getResponseType() - Method in class com.wilko.jaim.IMTocResponse
Obtain the response type for response dispatching purposes
getResponseType() - Method in class com.wilko.jaim.GenericTocResponse
Used in the response dispatching process
getResponseType() - Method in class com.wilko.jaim.EvilTocResponse
Used by the response dispatcher
getResponseType() - Method in class com.wilko.jaim.ErrorTocResponse
 
getResponseType() - Method in class com.wilko.jaim.BuddyUpdateTocResponse
Get the response type of this response.
getSequence() - Method in class com.wilko.jaim.FLAPFrame
 
getSignonTime() - Method in class com.wilko.jaim.BuddyUpdateTocResponse
Get the signon time of this buddy
getTocResponse() - Method in class com.wilko.jaim.JaimEvent
 
getURL() - Method in class com.wilko.jaim.GotoTocResponse
Obtain the URL
getURL(String) - Method in class com.wilko.jaim.JaimConnection
Get an Input stream associated with a URL returned by the "GOTO_URL" toc response
getVersion() - Method in class com.wilko.jaim.SignOnTocResponse
 
getWindowName() - Method in class com.wilko.jaim.GotoTocResponse
Obtain the suggested window name for this URL
GotoTocResponse - class com.wilko.jaim.GotoTocResponse.
This response is delivered to a JaimEventListener when a GOTO response is received from TOC
GotoTocResponse() - Constructor for class com.wilko.jaim.GotoTocResponse
Creates new GotoTocResponse
Group - class com.wilko.jaim.Group.
This is a logical user group.
Group(String) - Constructor for class com.wilko.jaim.Group
This constructor sets the name of the group

H

HandleTocResponse(TocResponse) - Method in class com.wilko.jaim.JaimConnection
 

I

IMTocResponse - class com.wilko.jaim.IMTocResponse.
This response is delivered to a JaimEventListener when an instant message is received
IMTocResponse() - Constructor for class com.wilko.jaim.IMTocResponse
Creates new TocIMResponse
initialise() - Method in class com.wilko.jaim.FLAPKeepAliveFrame
 
initialise() - Method in class com.wilko.jaim.FLAPFrame
 
isAdmin() - Method in class com.wilko.jaim.BuddyUpdateTocResponse
Is this buddy an "Administrator"
isAnonymous() - Method in class com.wilko.jaim.EvilTocResponse
Obtain the anonymous status of this warning
isAway() - Method in class com.wilko.jaim.BuddyUpdateTocResponse
Get the away status of the buddy specified by this update
isConfigValid() - Method in class com.wilko.jaim.JaimConnection
Indicate whether configuration information has been received from the TOC server.
isConfirmed() - Method in class com.wilko.jaim.BuddyUpdateTocResponse
IS this buddy a "confirmed" user
isLoginComplete() - Method in class com.wilko.jaim.JaimConnection
Check if the TOC login process has completed
isOnline() - Method in class com.wilko.jaim.BuddyUpdateTocResponse
Obtain the online status of this buddy update
isUnconfirmed() - Method in class com.wilko.jaim.BuddyUpdateTocResponse
Is this user an "Unconfirmed user"

J

JaimConnection - class com.wilko.jaim.JaimConnection.
The JaimConnection object is the primary interface into the Jaim library.
JaimConnection() - Constructor for class com.wilko.jaim.JaimConnection
Creates new JaimConnection that connects to the default host and port.
JaimConnection(String, int) - Constructor for class com.wilko.jaim.JaimConnection
Creates a new Jaim Connection to the specified host/port.
JaimEvent - class com.wilko.jaim.JaimEvent.
The JaimEvent object is delivered to all registered JaimEventListener
JaimEvent(Object, TocResponse) - Constructor for class com.wilko.jaim.JaimEvent
Creates new JaimEvent
JaimEventListener - interface com.wilko.jaim.JaimEventListener.
A JaimEventListener receives JaimEvents from the JaimConnection class.
JaimException - exception com.wilko.jaim.JaimException.
 
JaimException() - Constructor for class com.wilko.jaim.JaimException
Creates new JaimException without detail message.
JaimException(String) - Constructor for class com.wilko.jaim.JaimException
Constructs an JaimException with the specified detail message.
JaimStateException - exception com.wilko.jaim.JaimStateException.
 
JaimStateException() - Constructor for class com.wilko.jaim.JaimStateException
Creates new JaimStateException without detail message.
JaimStateException(String) - Constructor for class com.wilko.jaim.JaimStateException
Constructs an JaimStateException with the specified detail message.
JaimTimeoutException - exception com.wilko.jaim.JaimTimeoutException.
 
JaimTimeoutException() - Constructor for class com.wilko.jaim.JaimTimeoutException
Creates new JaimTimeoutException without detail message.
JaimTimeoutException(String) - Constructor for class com.wilko.jaim.JaimTimeoutException
Constructs an JaimTimeoutException with the specified detail message.

L

logIn(String, String, int) - Method in class com.wilko.jaim.JaimConnection
login to the TOC server.
LoginCompleteTocResponse - class com.wilko.jaim.LoginCompleteTocResponse.
This is a "pseudo" TOC response - it is delivered to JaimLib clients to indicate that login processing has been completed successfully.
LoginCompleteTocResponse() - Constructor for class com.wilko.jaim.LoginCompleteTocResponse
Creates a new instance of LoginCompleteTocResponse
logOut() - Method in class com.wilko.jaim.JaimConnection
Log out from the TOC server

N

NickTocResponse - class com.wilko.jaim.NickTocResponse.
The NicTocResponse is used internally to manage the TOC signon process.
NickTocResponse() - Constructor for class com.wilko.jaim.NickTocResponse
Creates new NickTocResponse
normalise(String) - Static method in class com.wilko.jaim.Utils
convert a buddy name to normalised format - remove spaces and convert to lower case

P

parseString(String) - Method in class com.wilko.jaim.GotoTocResponse
Parse an incoming response string
parseString(String) - Method in class com.wilko.jaim.ConfigTocResponse
Parses the config string.
parseString(String) - Method in interface com.wilko.jaim.TocResponseHandler
Parse the provided response
parseString(String) - Method in class com.wilko.jaim.TocSignonCommand
 
parseString(String) - Method in class com.wilko.jaim.SignOnTocResponse
 
parseString(String) - Method in class com.wilko.jaim.NickTocResponse
 
parseString(String) - Method in class com.wilko.jaim.IMTocResponse
Parse an incoming IM response string
parseString(String) - Method in class com.wilko.jaim.GenericTocResponse
Parse an incoming string
parseString(String) - Method in class com.wilko.jaim.EvilTocResponse
Parse the evil message from the TOC server
parseString(String) - Method in class com.wilko.jaim.ErrorTocResponse
Parse the error response string sent by the TOC server
parseString(String) - Method in class com.wilko.jaim.BuddyUpdateTocResponse
The parseString method is used to populate the fields of this class from a Buddy Update string from the TOC server
PERMIT_ALL - Static variable in class com.wilko.jaim.ConfigTocResponse
Value for mode that indicates PERMIT ALL mode
PERMIT_SOME - Static variable in class com.wilko.jaim.ConfigTocResponse
Value for mode that indicates PERMIT SOME mode

R

receiveEvent(JaimEvent) - Method in interface com.wilko.jaim.JaimEventListener
Receive an incoming JaimEvent
removeEventListener(JaimEventListener) - Method in class com.wilko.jaim.JaimConnection
Remove an EventListener object.
resetInputFrame() - Method in class com.wilko.jaim.FLAPInputFrame
 
RESPONSE_TYPE - Static variable in class com.wilko.jaim.ConnectionLostTocResponse
 
RESPONSE_TYPE - Static variable in class com.wilko.jaim.LoginCompleteTocResponse
 
RESPONSE_TYPE - Static variable in class com.wilko.jaim.GotoTocResponse
 
RESPONSE_TYPE - Static variable in class com.wilko.jaim.ConfigTocResponse
 
RESPONSE_TYPE - Static variable in class com.wilko.jaim.SignOnTocResponse
 
RESPONSE_TYPE - Static variable in class com.wilko.jaim.NickTocResponse
 
RESPONSE_TYPE - Static variable in class com.wilko.jaim.IMTocResponse
 
RESPONSE_TYPE - Static variable in class com.wilko.jaim.EvilTocResponse
 
RESPONSE_TYPE - Static variable in class com.wilko.jaim.ErrorTocResponse
 
RESPONSE_TYPE - Static variable in class com.wilko.jaim.BuddyUpdateTocResponse
 
roast(String) - Static method in class com.wilko.jaim.Utils
Roast a password using the AOL roasting protocol
run() - Method in class com.wilko.jaim.JaimConnection
The run method for the dispatcher thread

S

saveConfig() - Method in class com.wilko.jaim.JaimConnection
Save group/buddy list configuration to the TOC server
sendEvil(String, boolean) - Method in class com.wilko.jaim.JaimConnection
Send a warning or "Evil" to another user.
sendIM(String, String) - Method in class com.wilko.jaim.JaimConnection
Send an instant message
sendIM(String, String, boolean) - Method in class com.wilko.jaim.JaimConnection
Send an instant message
setAway(String) - Method in class com.wilko.jaim.JaimConnection
Set the information for the logged in user
setDebug(boolean) - Method in class com.wilko.jaim.JaimConnection
Enable/Disable debugging messages to stdout
setDeny(boolean) - Method in class com.wilko.jaim.Buddy
Sets the deny value
setEventListener(JaimEventListener) - Method in class com.wilko.jaim.JaimConnection
Deprecated. replaced by JaimConnection.addEventListener(com.wilko.jaim.JaimEventListener)
setFLAPVersion(int) - Method in class com.wilko.jaim.FLAPSignonFrame
 
setFrameData(byte[]) - Method in class com.wilko.jaim.FLAPFrame
 
setIdle(int) - Method in class com.wilko.jaim.JaimConnection
Set the idle time for this user
setInfo(String) - Method in class com.wilko.jaim.JaimConnection
Set the information for the logged in user
setInterMessageDelay(long) - Method in class com.wilko.jaim.JaimConnection
Deprecated. This function is no longer used - send throttling is automatic
setLength(int) - Method in class com.wilko.jaim.FLAPFrame
 
setMode(int) - Method in class com.wilko.jaim.ConfigTocResponse
Sets the mode for this configuration
setPermit(boolean) - Method in class com.wilko.jaim.Buddy
Sets the permit value
setSequence(int) - Method in class com.wilko.jaim.FLAPFrame
 
setTLVTag(int) - Method in class com.wilko.jaim.FLAPSignonFrame
 
setUserName(String) - Method in class com.wilko.jaim.FLAPSignonFrame
 
SignOnTocResponse - class com.wilko.jaim.SignOnTocResponse.
The SignOnTocResponse is used internally to manage the TOC signon process.
SignOnTocResponse() - Constructor for class com.wilko.jaim.SignOnTocResponse
Creates new SignOnTocResponse
stripHTML(String) - Static method in class com.wilko.jaim.Utils
This method performs a simple HTML strip on text.

T

TocAddBuddyCommand - class com.wilko.jaim.TocAddBuddyCommand.
 
TocAddBuddyCommand() - Constructor for class com.wilko.jaim.TocAddBuddyCommand
Creates new TocAddBuddyCommand
TocAddDenyCommand - class com.wilko.jaim.TocAddDenyCommand.
 
TocAddDenyCommand() - Constructor for class com.wilko.jaim.TocAddDenyCommand
Creates new TocAddBuddyCommand
TocAddPermitCommand - class com.wilko.jaim.TocAddPermitCommand.
 
TocAddPermitCommand() - Constructor for class com.wilko.jaim.TocAddPermitCommand
Creates new TocAddBuddyCommand
TocCommand - class com.wilko.jaim.TocCommand.
 
TocCommand() - Constructor for class com.wilko.jaim.TocCommand
Creates new TocCommand
TocEvilCommand - class com.wilko.jaim.TocEvilCommand.
 
TocEvilCommand(String, boolean) - Constructor for class com.wilko.jaim.TocEvilCommand
Creates new TocEvilCommand
TocGetInfoCommand - class com.wilko.jaim.TocGetInfoCommand.
 
TocGetInfoCommand(String) - Constructor for class com.wilko.jaim.TocGetInfoCommand
Creates new TocGetInfoCommand
TocIMCommand - class com.wilko.jaim.TocIMCommand.
 
TocIMCommand(String, String, boolean) - Constructor for class com.wilko.jaim.TocIMCommand
Creates new TocIMCommand
TocInitDoneCommand - class com.wilko.jaim.TocInitDoneCommand.
 
TocInitDoneCommand() - Constructor for class com.wilko.jaim.TocInitDoneCommand
Creates new TocInitDoneCommand
TocResponse - class com.wilko.jaim.TocResponse.
 
TocResponse() - Constructor for class com.wilko.jaim.TocResponse
 
TocResponseFactory - class com.wilko.jaim.TocResponseFactory.
 
TocResponseFactory() - Constructor for class com.wilko.jaim.TocResponseFactory
Creates new TocResponseFactory
TocResponseHandler - interface com.wilko.jaim.TocResponseHandler.
 
TocSetAwayCommand - class com.wilko.jaim.TocSetAwayCommand.
 
TocSetAwayCommand(String) - Constructor for class com.wilko.jaim.TocSetAwayCommand
Creates new TocSetInfoCommand
TocSetConfigCommand - class com.wilko.jaim.TocSetConfigCommand.
 
TocSetConfigCommand() - Constructor for class com.wilko.jaim.TocSetConfigCommand
Creates a new instance of TocSetConfigCommand
TocSetIdleCommand - class com.wilko.jaim.TocSetIdleCommand.
 
TocSetIdleCommand(int) - Constructor for class com.wilko.jaim.TocSetIdleCommand
Creates new TocSetIdleCommand
TocSetInfoCommand - class com.wilko.jaim.TocSetInfoCommand.
 
TocSetInfoCommand(String) - Constructor for class com.wilko.jaim.TocSetInfoCommand
Creates new TocSetInfoCommand
TocSignonCommand - class com.wilko.jaim.TocSignonCommand.
 
TocSignonCommand(String, int, String, String) - Constructor for class com.wilko.jaim.TocSignonCommand
Creates new TocSignonCommand
toString() - Method in class com.wilko.jaim.ConnectionLostTocResponse
 
toString() - Method in class com.wilko.jaim.LoginCompleteTocResponse
 
toString() - Method in class com.wilko.jaim.TocAddPermitCommand
 
toString() - Method in class com.wilko.jaim.TocSetConfigCommand
 
toString() - Method in class com.wilko.jaim.TocAddDenyCommand
 
toString() - Method in class com.wilko.jaim.TocSetAwayCommand
 
toString() - Method in class com.wilko.jaim.TocSetIdleCommand
 
toString() - Method in class com.wilko.jaim.TocSetInfoCommand
 
toString() - Method in class com.wilko.jaim.TocSignonCommand
 
toString() - Method in class com.wilko.jaim.TocResponse
 
toString() - Method in class com.wilko.jaim.TocInitDoneCommand
 
toString() - Method in class com.wilko.jaim.TocIMCommand
 
toString() - Method in class com.wilko.jaim.TocEvilCommand
 
toString() - Method in class com.wilko.jaim.TocCommand
 
toString() - Method in class com.wilko.jaim.TocGetInfoCommand
 
toString() - Method in class com.wilko.jaim.TocAddBuddyCommand
 
toString() - Method in class com.wilko.jaim.GenericTocResponse
Convert this response to a string
toString() - Method in class com.wilko.jaim.FLAPFrame
 

U

unwatchBuddy(String) - Method in class com.wilko.jaim.JaimConnection
Delete a buddy from the buddy watch list.
Utils - class com.wilko.jaim.Utils.
 
Utils() - Constructor for class com.wilko.jaim.Utils
 

W

watchBuddy(String) - Method in class com.wilko.jaim.JaimConnection
Add a buddy to the watch list for this connection.

A B C D E F G H I J L N P R S T U W
jaimlib.sourceforge.net