9/29/09

Simple Proxy Server in Java ~ Joey's Scribble's

Simple Proxy Server in Java: "In this post, I am going to show how a simple Proxy server can be designed in Java which will provide the core functionalities of a proxy. From Wikipedia, “a proxy server is a server (a computer system or an application program) that acts as an intermediary for requests from clients seeking resources from other servers.” The proxy server generally has some resources, or has access to some resources and when it receives request from a client, it access the appropriate resource and sends back the response."



(Via Joey's Scribble's.)

No comments: