The following java project contains the java source code and java examples used for a basic multithreaded client server ii application. The purpose of the tutorial is to show you how to build a multithreaded client server application that responds to requests from clients that use either TCP/IP or HTTP protocols.
The source code and files included in this project are listed in the project files section, please make sure whether the listed source code meet your needs there.
Project Files:
File Name | Size |
---|---|
Helloworld.html | 292 |
HTTPGetNames.html | 316 |
HTTPGetServlet.html | 299 |
MT_C_S_II_Help.html | 12234 |
MT_C_S_II_Tutorial.html | 56934 |
tcpClient.java | 14387 |
tcpServer.java | 26685 |