Question: Java code preferably and template given in the assignment had 3 different .java files. To develop a small web proxy server To cache web pages
Java code preferably and template given in the assignment had 3 different .java files.

To develop a small web proxy server To cache web pages A simple proxy server which only understands simple GET-requests Web proxy server. Receive requests Forward requests to the web server Read responses Return responses to the client Web Proxy server creates the socket to listen for HTTP requests from the client Get host information to contact from the request message Create socket to communicate with web server Regenerate request message and send it to web server Read the HTTP responses from web server Regenerate response message and send it to client Thank you.
Template codes Code is divided into three classes: o ProxyCache.java o HttpRequest.java o HttpResponse.java Web Proxy Server Web Server Web Proxy Server Client
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
