Remote Proxy Pattern

Purpose

A proxy is a surrogate or placeholder for another object that controls access to it. A remote proxy provides local representation for an object in a different address space.

Structure

Sample code

Simple client-server chat


 cappello@cs.ucsb.edu © Copyright 2010 Peter Cappello                                           2010.04.29