Uses of Class
nl.andrewl.concord_server.ConcordServer
Packages that use ConcordServer
Package
Description
-
Uses of ConcordServer in nl.andrewl.concord_server.channel
Fields in nl.andrewl.concord_server.channel declared as ConcordServerModifier and TypeFieldDescriptionprivate final ConcordServer
Channel.server
private final ConcordServer
ChannelManager.server
Constructors in nl.andrewl.concord_server.channel with parameters of type ConcordServerModifierConstructorDescriptionChannel
(ConcordServer server, UUID id, String name) ChannelManager
(ConcordServer server) -
Uses of ConcordServer in nl.andrewl.concord_server.cli
Fields in nl.andrewl.concord_server.cli declared as ConcordServerMethods in nl.andrewl.concord_server.cli with parameters of type ConcordServerModifier and TypeMethodDescriptionvoid
ServerCliCommand.handle
(ConcordServer server, String[] args) Constructors in nl.andrewl.concord_server.cli with parameters of type ConcordServer -
Uses of ConcordServer in nl.andrewl.concord_server.cli.command
Methods in nl.andrewl.concord_server.cli.command with parameters of type ConcordServerModifier and TypeMethodDescriptionprivate void
ChannelCommand.addChannel
(ConcordServer server, String[] args) void
ChannelCommand.handle
(ConcordServer server, String[] args) void
ListClientsCommand.handle
(ConcordServer server, String[] args) void
StopCommand.handle
(ConcordServer server, String[] args) private void
ChannelCommand.listChannels
(ConcordServer server) private void
ChannelCommand.removeChannel
(ConcordServer server, String[] args) -
Uses of ConcordServer in nl.andrewl.concord_server.client
Fields in nl.andrewl.concord_server.client declared as ConcordServerModifier and TypeFieldDescriptionprivate final ConcordServer
AuthenticationService.server
private final ConcordServer
ClientManager.server
A reference to the server that this client manager is for.private final ConcordServer
ClientThread.server
Constructors in nl.andrewl.concord_server.client with parameters of type ConcordServerModifierConstructorDescriptionAuthenticationService
(ConcordServer server, org.dizitart.no2.NitriteCollection userCollection) ClientManager
(ConcordServer server) Constructs a new client manager for the given server.ClientThread
(Socket socket, ConcordServer server) Constructs a new client thread. -
Uses of ConcordServer in nl.andrewl.concord_server.event
Fields in nl.andrewl.concord_server.event declared as ConcordServerMethods in nl.andrewl.concord_server.event with parameters of type ConcordServerModifier and TypeMethodDescriptionvoid
ChannelMoveHandler.handle
(nl.andrewl.concord_core.msg.types.channel.MoveToChannel msg, ClientThread client, ConcordServer server) void
ChatHandler.handle
(nl.andrewl.concord_core.msg.types.chat.Chat msg, ClientThread client, ConcordServer server) void
ChatHistoryRequestHandler.handle
(nl.andrewl.concord_core.msg.types.chat.ChatHistoryRequest msg, ClientThread client, ConcordServer server) void
MessageHandler.handle
(T msg, ClientThread client, ConcordServer server) Constructors in nl.andrewl.concord_server.event with parameters of type ConcordServer