All Classes and Interfaces
Class
Description
Abstract message class.
Authorization message listener class.
Class listener of messages carrying information about the authorization request.
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.An interface designed to define the basic methods of working
with the database.
A class that works with a user Database.
The interface works with the CallBack GUI.
The FX class of the application, Launches the UI of the application
according to the description of the application scene described in
view.xml file.
Class describing the network connection,
openConnection().The application controller class.
Additional Graphical interface for server management.
Class listener of messages carrying information about
file deletion.
The successor class
AbstractMessage, is a
Data Transfer Object, carries the name of the file to be deleted
from the cloud.Class listener of messages carrying file data.
Class listener of messages carrying file data.
A model describing the properties of the file.
Type - file or directory.
The successor class
AbstractMessage, is a
Data Transfer Object, designed to transfer bytes of a file.The successor class
AbstractMessage, is
a Data Transfer Object, is a service command that requests a
file from the cloud.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.
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.
The descendant class of
AbstractMessage,
is a Data Transfer Object.Message Listener class
FilesSizeRequest.The class responsible for sending files to the cloud.
Launching the application.
A class for launching the Server GUI.
Class for starting the server.
The FX class of the application, Launches the UI of the application
according to the description of the application scene described in
sample.xml file.
The main listener of the Netty pipeline, extends
ChannelInboundHandlerAdapter,
the method of reading channelRead channelRead is essentially
the main point connecting the Netty kernel and the program with all its actions that will be taken to process received message.The main listener of the Netty pipeline, extends
ChannelInboundHandlerAdapter,
the method of reading channelRead channelRead is essentially
the main point connecting the Netty kernel and the program with all its actions that will be taken to process received message.The message listener logger class.
The message listener logger class.
Message Listener class
RegUserRequest.Message Listener class
RegUserRequest.The descendant class of
AbstractMessage, is a Data Transfer Object.File request message listener class.
The functional interface used in
HandlerRegistry
to save methods and call them.The functional interface used in RegistryHandler
to save methods and call them.
The class that starts the Netty Server.