- c - Variable in class new_build.models.common.IOLoop
-
- changeUser(UserLogin) - Method in class new_build.server.control.ServerController
-
- checkDate() - Method in class new_build.models.common.polls.Poll
-
- ClientController - Class in new_build.client.controller
-
- ClientController(String, int) - Constructor for class new_build.client.controller.ClientController
-
delivers targetIp and portToListenTo to the constructor
builds a new array, LinkedList, connection, ioLoop and socket
starts the ioLoop and sends the client the information that the client started successfully.
- ClientInputListener - Interface in new_build.models.client_interfaces
-
Created by Tobias on 15.06.2017.
- ClientView - Interface in new_build.models.client_interfaces
-
- close() - Method in class new_build.client.controller.ClientController
-
this method is for closing the process
- close() - Method in class new_build.client.view.ConsoleView
-
- close() - Method in interface new_build.models.client_interfaces.ClientView
-
- close() - Method in interface new_build.models.common.Controller
-
- close(boolean) - Method in class new_build.models.network_organisation.Connection
-
Closes the socket and the streams
- closeConnection() - Method in class new_build.server.control.io.ConnectionProcessor
-
- closeConnections() - Method in class new_build.server.control.ServerController
-
Loop to listen to ServerCommands
- Command - Enum in new_build.models.common.messages
-
- Command(String) - Constructor for enum new_build.models.common.messages.Command
-
- CommandManager - Class in new_build.server.control
-
- CommandManager(ServerController) - Constructor for class new_build.server.control.CommandManager
-
- commandManager - Variable in class new_build.server.control.io.ConnectionProcessor
-
- connection - Variable in class new_build.client.controller.ClientController
-
- Connection - Class in new_build.models.network_organisation
-
- Connection(Socket) - Constructor for class new_build.models.network_organisation.Connection
-
This class handles the input and output(as ObjectStream) from the given Socket
- connection - Variable in class new_build.server.database.SQLConnection
-
- connection - Variable in class new_build.server.database.SQLConnector
-
- connectionList - Variable in class new_build.server.control.ServerController
-
- ConnectionProcessor - Class in new_build.server.control.io
-
- ConnectionProcessor(Connection, ServerController) - Constructor for class new_build.server.control.io.ConnectionProcessor
-
- connectionSocket - Variable in class new_build.models.network_organisation.Connection
-
- ConsoleListener - Class in new_build.client.listener
-
- ConsoleListener(ClientController) - Constructor for class new_build.client.listener.ConsoleListener
-
constructor of ConsoleListener
delivers the ClientController controller to the constructor
and initializes scanner
- ConsoleView - Class in new_build.client.view
-
- ConsoleView(ClientInputListener, ClientController) - Constructor for class new_build.client.view.ConsoleView
-
delivers inputListener and controller to the constructor
- content - Variable in class new_build.models.common.messages.Message
-
- controlHeader - Variable in class new_build.models.common.messages.Message
-
- controller - Variable in class new_build.client.listener.ConsoleListener
-
- controller - Variable in class new_build.client.view.ConsoleView
-
- Controller<E extends Message> - Interface in new_build.models.common
-
- controller - Variable in class new_build.server.control.CommandManager
-
- createTeamMap() - Method in class new_build.server.control.ServerController
-
- createUserGroupMap() - Method in class new_build.server.control.ServerController
-