Tcp #2

Merged
ticusb merged 3 commits from TCP into main 2024-01-30 03:40:59 +00:00
ticusb commented 2024-01-30 03:40:47 +00:00 (Migrated from github.com)

Created classes:
TCPServerThread
TCPSender
TCPReceiverThread

that extablishes the connection between server and client;
The ServerThread will listen on the ServerSocket, accepting incoming connections, and then store the socket on the registry.

Responding using the TCPSender, then waiting for events

Created classes: TCPServerThread TCPSender TCPReceiverThread that extablishes the connection between server and client; The ServerThread will listen on the ServerSocket, accepting incoming connections, and then store the socket on the registry. Responding using the TCPSender, then waiting for events
Sign in to join this conversation.
No description provided.