Package com.inesm.KeyManager.services
Class TCPServer
java.lang.Object
com.inesm.KeyManager.services.TCPServer
- All Implemented Interfaces:
Runnable
Provides a TCP Server
-
Constructor Summary
ConstructorsConstructorDescriptionTCPServer(CommunicationService comService) Constructor method for TCPClientManager. -
Method Summary
-
Constructor Details
-
TCPServer
Constructor method for TCPClientManager.- Parameters:
comService- the communication service that will process the resources received over the network.
-
-
Method Details