HTTP Web Server: Java

The program below is written in Java and is used to develop a Web Server that supports these status codes: 200 OK, 302 Moved Temporarily, and 404 NOT FOUND. The code can emulate an HTTP server in your local machine. Let me know if you find the code below helpful and if you have any additional suggestions: