Proxy Pattern

Overview

Provide a surrogate or placeholder for another object to control access to it.

Participants

Proxy

Subject

Parameters

Attribute

Initialization variant

Create Pattern Links

Applicability

Proxy is applicable whenever there is a need for a more versatile or sophisticated reference to an object than a simple pointer.