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

S

sendMessage(IMessage) - Method in class ch.epfl.lpd.ids.client.ChatClient
Method called by the ClientGUI when the user wants to send a message to the other chat clients.
sendMessage(IMessage) - Method in interface ch.epfl.lpd.ids.client.IChatClient
Method called when the client wants to send a message.
sendMessage(String, IMessage) - Method in class ch.epfl.lpd.ids.server.ChatServer
Method called by the chat client to send the messages to this server.
sendMessage(String, IMessage) - Method in interface ch.epfl.lpd.ids.server.IServer
Method called by a chat client on the server when the chat client wants to send a new message.
server - Variable in class ch.epfl.lpd.ids.client.ChatClient
The reference to the IServer.
server - Variable in class ch.epfl.lpd.ids.client.ClientListFetcher
The reference to the IServer.
setData(byte[]) - Method in interface ch.epfl.lpd.ids.serialization.IMessage
Method used to set the data of the message.
setData(byte[]) - Method in class ch.epfl.lpd.ids.serialization.Message
Method used to set the data of the message.
setHeader(String) - Method in interface ch.epfl.lpd.ids.serialization.IMessage
Method used to set the header of the message.
setHeader(String) - Method in class ch.epfl.lpd.ids.serialization.Message
Method used to set the header of the message.
setStarted(boolean) - Method in class ch.epfl.lpd.ids.client.ClientListFetcher
Setter for the started boolean
start() - Method in class ch.epfl.lpd.ids.CentralizedChat
Creates the chat server object and the different chat clients.
started - Variable in class ch.epfl.lpd.ids.client.ClientListFetcher
Boolean to know if the thread has been started or not.

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