Index
All Classes and Interfaces|All Packages|Constant Field Values
C
- CHANGE_NAME - Enum constant in enum class it.meucci.utils.CommandType
-
Requests the server to change the client's name
- changeUsername() - Method in class it.meucci.Client
-
Used to change user's username from the pending one.
- client - Static variable in class it.meucci.App
-
The Client object
- Client - Class in it.meucci
-
Represents client.
- Client(Inet4Address, int) - Constructor for class it.meucci.Client
-
The client costructor.
- Command - Class in it.meucci.commands
-
This class represents the command a user can type from their keyboard.
- COMMAND - Enum constant in enum class it.meucci.utils.Type
-
A command: from client to server only.
- COMMAND_NOT_RECOGNIZED - Enum constant in enum class it.meucci.commands.Errors
-
The error is not recognized amoung
CommandType
- COMMAND_NOT_RECOGNIZED - Enum constant in enum class it.meucci.utils.ServerAnnouncement
-
Sent when the command issued by the user is not valid nor recognized
- CommandHandler - Class in it.meucci.commands
-
CommandHandler describes how, in response to a user's input command, the program should behave.
- CommandHandler() - Constructor for class it.meucci.commands.CommandHandler
- CommandType - Enum Class in it.meucci.commands
-
The type of command a user type.
- CommandType - Enum Class in it.meucci.utils
-
This represents all the possible types of commands the server can handle
- createChangeNameCommand(String) - Static method in class it.meucci.utils.Message
-
Creates a message to change name
- createMessage(String, String) - Static method in class it.meucci.utils.Message
-
Creates a message of type MESSAGE
All Classes and Interfaces|All Packages|Constant Field Values