Package vooga.network.chat

Interface Summary
IVoogaChatReceiver Interface for vooga game facilitates receiving messages for chat client
 

Class Summary
AddFriendsRequest  
ChannelMessageRequest  
JoinChannelRequest  
LeaveChannelRequest  
PersonalMessageRequest  
VoogaChatClient VoogaChatClients handle all server connection and chat communications.
VoogaChatMessage A VoogaChatMessage is sent by the chat server to clients, where it is executed with a receiver.
VoogaChatServer VoogaChatServer maintains map of all open sockets and maintains set of connected users with more functionality to add/remove users and broadcast messages to chatrooms.
VoogaChatServerRequest A VoogaChatServerRequest is sent to the chat server by a chat client.
VoogaChatServerThread VoogaChatServerThread reads requests from its individual client and executes them on the server.