- u - Static variable in class application.Main
-
User object to determine the current user in our client.
- ul - Static variable in class server.ServerRunner
-
- ulist - Variable in class database.UserList
-
- updateUser() - Static method in class application.Main
-
Deprecated Method for updating User.
- UReader - Class in database
-
One time initialization of the user list.
- UReader() - Constructor for class database.UReader
-
- User - Class in database
-
Abstract User Class, supports authentication of user and other related stuff.
- User(String, String, String) - Constructor for class database.User
-
- UserList - Class in database
-
UserList class to store a list of users and consists of the database of users.
- UserList() - Constructor for class database.UserList
-
- userPut() - Static method in class application.Main
-
Deprecated Method.