Question: What essential classes are needed to establish a proxy server program in Java? [A proxy server acts as a mediator between the server and the

 What essential classes are needed to establish a proxy server program in Java? [A proxy server acts as a mediator between the server and the client - all messages between the client and server passes through the proxy server.] Discuss how many instances of the classes are needed and for what purpose/s is/are these classes for. Note: The proxy server should only cater to one client and that the kind of stream to be established should be that of a character stream.


2. Describe (in your own words) the three models (These models are a.) User Interface Integration b.)Data Integration Model c.) Functional Integration Model) presented in integrating applications in an organization. Include in your discussion the situation(s) where the use of one model would be most appropriate over the rest.


3. What is the use of the executor's framework in Java? Where is the use of this framework more applicable, the server or the client? Explain.

Step by Step Solution

3.53 Rating (156 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Essential Classes for Proxy Server in Java ServerSocket This class is used to create a server socket that listens for incoming client connections Only one instance of ServerSocket is needed to accept ... View full answer

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 Programming Questions!