Module concord_server
Package nl.andrewl.concord_server.event
package nl.andrewl.concord_server.event
-
ClassDescriptionHandles client requests to move to another channel.This handler is responsible for taking incoming chat messages and saving them to the channel's message collection, and then relaying the new message to all clients in the channel.Handles client requests for sections of chat history for a particular channel.The event manager is responsible for the server's ability to respond to various client requests.MessageHandler<T extends nl.andrewl.concord_core.msg.Message>Defines a component which can handle messages of a certain type which were received from a client.