Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
F
- FILE - Enum constant in enum class messages.FileInfo.FileType
- fileChooser - Variable in class com.cloud.clientpak.Controller
-
Dialog for selecting a file from the current operating system.
- fileHandle(ChannelHandlerContext, Object) - Method in class com.cloud.clientpak.handlers.FileHandler
-
Receives a message with file data, checks whether the file fits into 1 message.
- fileHandle(ChannelHandlerContext, Object) - Method in class com.cloud.serverpak.handlers.FileHandler
-
Receives a message with file data, checks whether the file fits into 1 message.
- FileHandler - Class in com.cloud.clientpak.handlers
-
Class listener of messages carrying file data.
- FileHandler - Class in com.cloud.serverpak.handlers
-
Class listener of messages carrying file data.
- FileHandler(Controller) - Constructor for class com.cloud.clientpak.handlers.FileHandler
-
The constructor saves a reference to the application controller.
- FileHandler(MainHandler) - Constructor for class com.cloud.serverpak.handlers.FileHandler
-
The constructor saves the main listener reference.
- FileInfo - Class in messages
-
A model describing the properties of the file.
- FileInfo(Path) - Constructor for class messages.FileInfo
-
The constructor takes a file path object and, processing it, fills the model with properties.
- FileInfo.FileType - Enum Class in messages
-
Type - file or directory.
- fileList - Variable in class com.cloud.clientpak.Controller
-
List of files in the cloud.
- FileMessage - Class in messages
-
The successor class
AbstractMessage, is a Data Transfer Object, designed to transfer bytes of a file. - FileMessage(String, int, int, byte[]) - Constructor for class messages.FileMessage
-
When creating a message containing file data, the following is determined: file name, the assigned parcel number, how many parcels there are in total, and the byte array itself containing part of the file.
- filename - Variable in class messages.FileInfo
-
The file name.
- filename - Variable in class messages.FileMessage
-
The file name.
- filename - Variable in class messages.FileRequest
-
The file name.
- fileNameMessage - Variable in class com.cloud.clientpak.Controller
-
A text label for displaying the downloaded file.
- FileRequest - Class in messages
-
The successor class
AbstractMessage, is a Data Transfer Object, is a service command that requests a file from the cloud. - FileRequest(String) - Constructor for class messages.FileRequest
-
The constructor defines the file name.
- fileService - Variable in class com.cloud.serverpak.handlers.AuthHandler
-
File information service.
- fileService - Variable in class com.cloud.serverpak.handlers.DelFileHandler
-
File information service.
- fileService - Variable in class com.cloud.serverpak.handlers.FileHandler
-
File information service.
- fileService - Variable in class com.cloud.serverpak.handlers.FilesListRequestHandler
-
File information service.
- fileService - Variable in class com.cloud.serverpak.handlers.ReqFileHandler
-
File information service.
- filesInformService - Variable in class com.cloud.serverpak.MainHandler
- FilesInformService - Class in com.cloud.serverpak.services
-
The class is intended as a service that returns in its methods: how much space the cloud is busy for a specific user, a list of the user's files.
- FilesInformService() - Constructor for class com.cloud.serverpak.services.FilesInformService
- fileSizeLabel - Variable in class com.cloud.clientpak.Controller
-
The text label shows the numerical equivalent of the cloud load.
- filesListHandle(ChannelHandlerContext, Object) - Method in class com.cloud.serverpak.handlers.FilesListRequestHandler
-
Sends a list of files in the cloud to the user.
- FilesListRequestHandler - Class in com.cloud.serverpak.handlers
-
The message listener class, defines the response to the request (Files Size Request), about receiving the state of the Cloud for the user who sent the request.
- FilesListRequestHandler(MainHandler) - Constructor for class com.cloud.serverpak.handlers.FilesListRequestHandler
-
The constructor saves a reference to the main listener.
- filesSize - Variable in class messages.FilesSizeRequest
-
Total file size in bytes.
- filesSizeReqHandle(ChannelHandlerContext, Object) - Method in class com.cloud.clientpak.handlers.FilesSizeRequestHandler
-
After receiving a response from the server about the data in the cloud, updates all data in the GUI about the state of the cloud.
- FilesSizeRequest - Class in messages
-
The descendant class of
AbstractMessage, is a Data Transfer Object. - FilesSizeRequest(long) - Constructor for class messages.FilesSizeRequest
-
A constructor filled in by the client for a request to the server.
- FilesSizeRequest(long, List<FileInfo>) - Constructor for class messages.FilesSizeRequest
-
The constructor used by the server.
- FilesSizeRequest(long, List<FileInfo>, int, int) - Constructor for class messages.FilesSizeRequest
-
The constructor used by the server.
- FilesSizeRequestHandler - Class in com.cloud.clientpak.handlers
-
Message Listener class
FilesSizeRequest. - FilesSizeRequestHandler(Controller) - Constructor for class com.cloud.clientpak.handlers.FilesSizeRequestHandler
-
The constructor saves a reference to the application controller.
- FileType(String) - Constructor for enum class messages.FileInfo.FileType
- fileWorker - Variable in class com.cloud.clientpak.Controller
-
Переменная класса
FileWorker. - FileWorker - Class in com.cloud.clientpak.services
-
The class responsible for sending files to the cloud.
- FileWorker() - Constructor for class com.cloud.clientpak.services.FileWorker
-
The constructor determines from the thread pool 1 the next thread to send messages, one thread is required due to the asynchronous nature of sending messages.
- fos - Variable in class com.cloud.clientpak.handlers.FileHandler
-
Output stream to a file.
- fos - Variable in class com.cloud.serverpak.handlers.FileHandler
-
Output stream to a file.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form