Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
R
- regHandle(ChannelHandlerContext, Object) - Method in class com.cloud.clientpak.handlers.RegUserHandler
-
Processes the server's service message about the passage or not passing registration.
- regHandle(ChannelHandlerContext, Object) - Method in class com.cloud.serverpak.handlers.RegUserHandler
-
Processes a service message - a request to register a new user, checks if there is a user with the same nickname in the database, if there is, then sends refusal to register, and in the absence registers it and sends a response to the client, that the registration was successful.
- register() - Method in class com.cloud.clientpak.Controller
-
It is called when the user clicks on the register button.
- registerNewUser(String, String, String) - Method in interface com.cloud.serverpak.interfaces.AuthService
-
Must determine the registration of a new user.
- registerNewUser(String, String, String) - Method in class com.cloud.serverpak.services.AuthServiceBD
-
Registers a new user, and throws an exception if it is impossible.
- registryHandler - Variable in class com.cloud.clientpak.MainHandler
-
A listener logger for processing incoming messages.
- RegistryHandler - Class in com.cloud.clientpak.handlers
-
The message listener logger class.
- RegistryHandler - Class in com.cloud.serverpak.handlers
-
The message listener logger class.
- RegistryHandler(Controller) - Constructor for class com.cloud.clientpak.handlers.RegistryHandler
-
Creates a collection
HashMap, puts it in the form of keys message classes, as well as listener methods for processing these messages. - RegistryHandler(MainHandler) - Constructor for class com.cloud.serverpak.handlers.RegistryHandler
-
Creates a collection
HashMap, puts it in the form of keys message classes, as well as listener methods for processing these messages. - regLogin - Variable in class com.cloud.clientpak.Controller
-
Login input field during registration.
- regMessage - Variable in class com.cloud.clientpak.Controller
-
The label on the registration panel.
- regName - Variable in class com.cloud.clientpak.Controller
-
The field for entering the user name during registration.
- regPane - Variable in class com.cloud.clientpak.Controller
-
Registration panel.
- regPassword - Variable in class com.cloud.clientpak.Controller
-
Password input field during registration.
- regPasswordRep - Variable in class com.cloud.clientpak.Controller
-
The password re-entry field during registration.
- RegUserHandler - Class in com.cloud.clientpak.handlers
-
Message Listener class
RegUserRequest. - RegUserHandler - Class in com.cloud.serverpak.handlers
-
Message Listener class
RegUserRequest. - RegUserHandler(Controller) - Constructor for class com.cloud.clientpak.handlers.RegUserHandler
-
The constructor saves a reference to the application controller.
- RegUserHandler(MainHandler) - Constructor for class com.cloud.serverpak.handlers.RegUserHandler
-
The constructor saves a reference to the main listener.
- RegUserRequest - Class in messages
-
The descendant class of
AbstractMessage, is a Data Transfer Object. - RegUserRequest(String, String, String) - Constructor for class messages.RegUserRequest
-
The constructor fills in all fields.
- reloadFxFilesList(List<FileInfo>) - Method in class com.cloud.clientpak.Controller
-
Reloads the table view based on the list of files.
- reqFileHandle(ChannelHandlerContext, Object) - Method in class com.cloud.serverpak.handlers.ReqFileHandler
-
Processes a request from the client to receive a file if the file weighs more than 10 mb, cuts it into 10 mb pieces. and sends it to the client.
- ReqFileHandler - Class in com.cloud.serverpak.handlers
-
File request message listener class.
- ReqFileHandler(MainHandler) - Constructor for class com.cloud.serverpak.handlers.ReqFileHandler
-
The constructor saves a link to the main message listener
- RequestHandler - Interface in com.cloud.clientpak.interfaces
-
The functional interface used in
HandlerRegistryto save methods and call them. - RequestHandler - Interface in com.cloud.serverpak.interfaces
-
The functional interface used in RegistryHandler to save methods and call them.
- reWriteFileCheck - Variable in class com.cloud.clientpak.services.FileWorker
-
Check whether the file needs to be overwritten.
- run() - Method in class com.cloud.clientpak.Connection
-
Calls the method of opening a network connection, in a separate thread.
- run() - Method in class com.cloud.serverpak.ServerApp
-
The method of starting the server.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form