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.

Java code preferably and template given in the assignment had 3 different

.java files. To develop a small web proxy server To cache web 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!