This file establishes a socket connection with the server and provides every single
protocol need by every component of the UI
The socket connection can be created by using the only method available to the public (getServerConnect())
which will return a ServerConnect object. That object represent a socket connection and will be
unique and shared between all client components.
Every protocol will be available through this object.
- Version:
-
- 0.0.2
Methods
-
<inner> getServerConnect()
-
Function to get the unique instance of the server connection
Returns:
- Type
- ServerConnect