java.lang.Object
com.example.brickpaint.Server
- All Implemented Interfaces:
Runnable
[WORK IN PROGRESS]
Handles the creation and processes of a server thread
- Author:
- matde
-
Constructor Summary
ConstructorsConstructorDescriptionServer(int port, int backlog, InetAddress address, ButtonManager manager1) Base constructor for the server thread that initializes the server socket -
Method Summary
-
Constructor Details
-
Server
Base constructor for the server thread that initializes the server socket- Parameters:
port- The port to start the server onbacklog- The maximum number of connections that can be queuedaddress- The InetAddress that the server should usemanager1- The UI Controller for the application
-
-
Method Details