Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractMessage - Class in messages
-
Abstract message class.
- AbstractMessage() - Constructor for class messages.AbstractMessage
- append - Variable in class com.cloud.clientpak.handlers.FileHandler
-
Marker defining the mode of writing to the file (whether to append the data to the end of the file or overwrite it.)
- append - Variable in class com.cloud.serverpak.handlers.FileHandler
-
Marker defining the mode of writing to the file (whether to append the data to the end of the file or overwrite it.)
- authHandle(ChannelHandlerContext, Object) - Method in class com.cloud.clientpak.handlers.AuthHandler
-
If this method is called, it means that the server processed the authorization request and returned the result in
AuthMessage. - authHandle(ChannelHandlerContext, Object) - Method in class com.cloud.serverpak.handlers.AuthHandler
-
Performs user authorization on the server.
- AuthHandler - Class in com.cloud.clientpak.handlers
-
Authorization message listener class.
- AuthHandler - Class in com.cloud.serverpak.handlers
-
Class listener of messages carrying information about the authorization request.
- AuthHandler(Controller) - Constructor for class com.cloud.clientpak.handlers.AuthHandler
-
The constructor saves a reference to the application controller.
- AuthHandler(MainHandler) - Constructor for class com.cloud.serverpak.handlers.AuthHandler
-
The constructor gets a reference to the main listener.
- authLogin - Variable in class com.cloud.clientpak.Controller
-
Login input field on the authorization panel.
- authMessage - Variable in class com.cloud.clientpak.Controller
-
A text label on the authorization panel.
- AuthMessage - Class in messages
-
The successor class
AbstractMessage, is a Data Transfer Object, carrying the user's login and password to the server, and upon successful authorization contains contains a list of files in the cloud. - AuthMessage(String, String) - Constructor for class messages.AuthMessage
-
The constructor used on the client side to fill in the login and password.
- AuthMessage(String, List<FileInfo>) - Constructor for class messages.AuthMessage
-
A constructor used on the server side to respond with a populated list of objects describing files in the cloud.
- authNo() - Method in class com.cloud.clientpak.handlers.AuthHandler
-
Called when the server refuses authorization.
- authPane - Variable in class com.cloud.clientpak.Controller
-
Authorization panel.
- authPassword - Variable in class com.cloud.clientpak.Controller
-
Password entry field on the authorization panel.
- authService - Variable in class com.cloud.serverpak.handlers.AuthHandler
-
Authorization service.
- authService - Variable in class com.cloud.serverpak.handlers.RegUserHandler
-
Authorization service.
- authService - Variable in class com.cloud.serverpak.MainHandler
-
Authorization service
AuthService. - authService - Static variable in class com.cloud.serverpak.ServerApp
-
Authorization service.
- AuthService - Interface in com.cloud.serverpak.interfaces
-
An interface designed to define the basic methods of working with the database.
- AuthServiceBD - Class in com.cloud.serverpak.services
-
A class that works with a user Database.
- AuthServiceBD() - Constructor for class com.cloud.serverpak.services.AuthServiceBD
-
The constructor starts a connection to the Database and loads the list of users.
- AuthServiceBD.User - Class in com.cloud.serverpak.services
-
User class.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form