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

G

get() - Method in interface ch.epfl.lpd.ids.utils.IBlockingQueue
Method used to get a new object of type T.
get() - Method in class ch.epfl.lpd.ids.utils.MyBlockingQueue
Method used to retrieve the last, and not already get, element of this queue.
get() - Method in class ch.epfl.lpd.ids.utils.MyPriorityBlockingQueue
This method simply calls the take() method of the PriorityBlockingQueue.
getData() - Method in interface ch.epfl.lpd.ids.serialization.IMessage
Method used to retrieve the data of the message.
getData() - Method in class ch.epfl.lpd.ids.serialization.Message
Method used to retrieve the data of the message.
getHeader() - Method in interface ch.epfl.lpd.ids.serialization.IMessage
Method used to retrieve the header of the message.
getHeader() - Method in class ch.epfl.lpd.ids.serialization.Message
Method used to retrieved the header of the message.
getListOfClients() - Method in class ch.epfl.lpd.ids.server.ChatServer
Method used to retrieve the list of the connected clients.
getListOfClients() - Method in interface ch.epfl.lpd.ids.server.IServer
Method used to retrieve the list of the connected clients.
getMessage(String) - Method in class ch.epfl.lpd.ids.server.ChatServer
Method called by the chat client to get the last message sent from a chat client to this server.
getMessage(String) - Method in interface ch.epfl.lpd.ids.server.IServer
Method used to get the last message sent from a chat client to this server.
getNextMessage() - Method in class ch.epfl.lpd.ids.server.InternalClient
Method used to retrieve the last element, not already taken, that is in the IBlockingQueue of this internal client.
getUsername() - Method in class ch.epfl.lpd.ids.server.InternalClient
Method used to get the username of this internal client.

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