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

A

addContact(String) - Method in class org.gimec.msnj.Connection
Add the specified user to the forward list.
addListener(ConnectionListener) - Method in class org.gimec.msnj.Connection
Add a listener to this list of listeners.
allowContact(String) - Method in class org.gimec.msnj.Connection
Add the specified user to the allow list.
ALREADY_IN_OPPOSITE_LIST - Static variable in class org.gimec.msnj.ErrorCode
 
ALREADY_IN_THE_MODE - Static variable in class org.gimec.msnj.ErrorCode
 
ALREADY_LOGIN - Static variable in class org.gimec.msnj.ErrorCode
 
ALREADY_THERE - Static variable in class org.gimec.msnj.ErrorCode
 
AUTHENTICATION_FAILED - Static variable in class org.gimec.msnj.ErrorCode
 
authorizeUser(User) - Method in interface org.gimec.msnj.ConnectionListener
A user has added the current user to his/her forward list and needs to be put in either the allow list or the block list.
authorizeUser(User) - Method in class org.gimec.msnj.ConnectionAdapter
A user has added the current user to his/her forward list and needs to be put in either the allow list or the block list.
AWY - Static variable in class org.gimec.msnj.UserState
Away From Computer.

B

BAD_FRIEND_FILE - Static variable in class org.gimec.msnj.ErrorCode
 
blockContact(String) - Method in class org.gimec.msnj.Connection
Add the specified user to the block list.
BLOCKING_WRITE - Static variable in class org.gimec.msnj.ErrorCode
 
BRB - Static variable in class org.gimec.msnj.UserState
Be Right Back
BSY - Static variable in class org.gimec.msnj.UserState
Busy.

C

changeState(UserState) - Method in class org.gimec.msnj.Connection
Change the user's state.
clone() - Method in class org.gimec.msnj.User
 
close() - Method in interface org.gimec.msnj.ConnectionListener
The Connection has been closed.
close() - Method in class org.gimec.msnj.ConnectionAdapter
The Connection has been closed.
Connection - class org.gimec.msnj.Connection.
The Connection class is the heart of library.
Connection() - Constructor for class org.gimec.msnj.Connection
 
ConnectionAdapter - class org.gimec.msnj.ConnectionAdapter.
 
ConnectionAdapter() - Constructor for class org.gimec.msnj.ConnectionAdapter
 
ConnectionException - exception org.gimec.msnj.ConnectionException.
 
ConnectionException(String) - Constructor for class org.gimec.msnj.ConnectionException
 
ConnectionException(String, ErrorCode) - Constructor for class org.gimec.msnj.ConnectionException
 
ConnectionListener - interface org.gimec.msnj.ConnectionListener.
 
CREATE_CONNECTION - Static variable in class org.gimec.msnj.ErrorCode
 

D

DB_CONNECT - Static variable in class org.gimec.msnj.ErrorCode
 
DB_SERVER - Static variable in class org.gimec.msnj.ErrorCode
 
deepCopy(List) - Static method in class org.gimec.msnj.Util
Performs a deep copy on the list.

E

endChat(String) - Method in class org.gimec.msnj.Connection
Close the Connection to the specified user.
equals(Object) - Method in class org.gimec.msnj.User
 
equals(Object) - Method in class org.gimec.msnj.UserState
 
equals(String) - Method in class org.gimec.msnj.UserState
 
ErrorCode - class org.gimec.msnj.ErrorCode.
 
ErrorCode(String) - Constructor for class org.gimec.msnj.ErrorCode
 

F

FILE_OPERATION - Static variable in class org.gimec.msnj.ErrorCode
 
FLN - Static variable in class org.gimec.msnj.UserState
Offline.
FQDN_MISSING - Static variable in class org.gimec.msnj.ErrorCode
 

G

getAllowList() - Method in class org.gimec.msnj.Connection
Returns a copy of the allow list.
getBlockList() - Method in class org.gimec.msnj.Connection
Returns a copy of the block list.
getBody() - Method in class org.gimec.msnj.MimeMessage
 
getCommonName() - Method in class org.gimec.msnj.Connection
 
getErrorCode() - Method in class org.gimec.msnj.ConnectionException
 
getForwardList() - Method in class org.gimec.msnj.Connection
Returns a copy of the forward list.
getFriendlyName() - Method in class org.gimec.msnj.User
 
getHandle() - Method in class org.gimec.msnj.Connection
 
getHandle() - Method in class org.gimec.msnj.User
 
getHeader(String) - Method in class org.gimec.msnj.MimeMessage
 
getIndex() - Method in class org.gimec.msnj.User
 
getReverseList() - Method in class org.gimec.msnj.Connection
Returns a copy of the reverse list.
getState() - Method in class org.gimec.msnj.Connection
 
getState() - Method in class org.gimec.msnj.User
 

H

HDN - Static variable in class org.gimec.msnj.UserState
Hidden/Invisible.

I

IDL - Static variable in class org.gimec.msnj.UserState
Idle.
INTERNAL_SERVER - Static variable in class org.gimec.msnj.ErrorCode
 
INVALID_FRIENDLY_NAME - Static variable in class org.gimec.msnj.ErrorCode
 
INVALID_PARAMETER - Static variable in class org.gimec.msnj.ErrorCode
 
INVALID_USER - Static variable in class org.gimec.msnj.ErrorCode
 
INVALID_USERNAME - Static variable in class org.gimec.msnj.ErrorCode
 
isErrorCode(Command) - Static method in class org.gimec.msnj.ErrorCode
 

L

LIST_FULL - Static variable in class org.gimec.msnj.ErrorCode
 
login(String, String) - Method in class org.gimec.msnj.Connection
Logs in to the default server.
login(String, String, String) - Method in class org.gimec.msnj.Connection
Logs into the specified server.
login(String, String, String, int) - Method in class org.gimec.msnj.Connection
Logs into the specified server.
logout() - Method in class org.gimec.msnj.Connection
Log out.
LUN - Static variable in class org.gimec.msnj.UserState
Out To Lunch.

M

main(String[]) - Static method in class Test
 
MEMORY_ALLOC - Static variable in class org.gimec.msnj.ErrorCode
 
messageReceived(User, MimeMessage) - Method in interface org.gimec.msnj.ConnectionListener
A message has been received.
messageReceived(User, MimeMessage) - Method in class org.gimec.msnj.ConnectionAdapter
A message has been received.
MimeMessage - class org.gimec.msnj.MimeMessage.
 
MimeMessage() - Constructor for class org.gimec.msnj.MimeMessage
 
MimeMessage(String) - Constructor for class org.gimec.msnj.MimeMessage
 

N

NLN - Static variable in class org.gimec.msnj.UserState
Online.
NOT_ACCEPTING_NEW_USERS - Static variable in class org.gimec.msnj.ErrorCode
 
NOT_ALLOWED_WHEN_OFFLINE - Static variable in class org.gimec.msnj.ErrorCode
 
NOT_EXPECTED - Static variable in class org.gimec.msnj.ErrorCode
 
NOT_LOGGED_IN - Static variable in class org.gimec.msnj.ErrorCode
 
NOT_ON_LIST - Static variable in class org.gimec.msnj.ErrorCode
 
NOTIFY_XFR_FAILED - Static variable in class org.gimec.msnj.ErrorCode
 

P

PEER_NS_DOWN - Static variable in class org.gimec.msnj.ErrorCode
 
PHN - Static variable in class org.gimec.msnj.UserState
On The Phone.

R

removeContact(String) - Method in class org.gimec.msnj.Connection
Remove the specified user from a forward list.
removeListener(ConnectionListener) - Method in class org.gimec.msnj.Connection
Remove a listener from the list of listeners.
REQUIRED_FIELDS_MISSING - Static variable in class org.gimec.msnj.ErrorCode
 

S

sendMessage(String, MimeMessage) - Method in class org.gimec.msnj.Connection
Send a message to the specified user.
SERVER_BUSY - Static variable in class org.gimec.msnj.ErrorCode
 
SERVER_GOING_DOWN - Static variable in class org.gimec.msnj.ErrorCode
 
SERVER_UNAVAILABLE - Static variable in class org.gimec.msnj.ErrorCode
 
SESSION_OVERLOAD - Static variable in class org.gimec.msnj.ErrorCode
 
setBody(String) - Method in class org.gimec.msnj.MimeMessage
 
setFriendlyName(String) - Method in class org.gimec.msnj.User
 
setHeader(String, String) - Method in class org.gimec.msnj.MimeMessage
 
setIndex(int) - Method in class org.gimec.msnj.User
 
setState(UserState) - Method in class org.gimec.msnj.User
 
split(String, String) - Static method in class org.gimec.msnj.Util
Split a string on the specified delimeter.
stateChange() - Method in interface org.gimec.msnj.ConnectionListener
The current user's state has changed.
stateChange() - Method in class org.gimec.msnj.ConnectionAdapter
The current user's state has changed.
stateChange(User) - Method in interface org.gimec.msnj.ConnectionListener
Another user's state has changed.
stateChange(User) - Method in class org.gimec.msnj.ConnectionAdapter
Another user's state has changed.
SWITCHBOARD_FAILED - Static variable in class org.gimec.msnj.ErrorCode
 
SYNTAX_ERROR - Static variable in class org.gimec.msnj.ErrorCode
 

T

Test - class Test.
 
Test() - Constructor for class Test
 
toErrorCode(Command) - Static method in class org.gimec.msnj.ErrorCode
 
TOO_MANY_SESSIONS - Static variable in class org.gimec.msnj.ErrorCode
 
toString() - Method in class org.gimec.msnj.User
 
toString() - Method in class org.gimec.msnj.UserState
 
toString() - Method in class org.gimec.msnj.MimeMessage
 

U

User - class org.gimec.msnj.User.
 
USER_TOO_ACTIVE - Static variable in class org.gimec.msnj.ErrorCode
 
User(String) - Constructor for class org.gimec.msnj.User
 
User(String, String, int, UserState) - Constructor for class org.gimec.msnj.User
 
User(String, String, UserState) - Constructor for class org.gimec.msnj.User
 
User(String, UserState) - Constructor for class org.gimec.msnj.User
 
UserState - class org.gimec.msnj.UserState.
 
UserState(String) - Constructor for class org.gimec.msnj.UserState
 
Util - class org.gimec.msnj.Util.
 
Util() - Constructor for class org.gimec.msnj.Util
 

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