-
-
Couldn't load subscription status.
- Fork 75
patterns/proxy/ #56
-
patterns/proxy/
Also known as Surrogate Intent Provide a surrogate or placeholder for another object to control access to it. Explanation Real-world example Imagine a tower where the local wizards go to study their spells. The ivory tower can only be accessed through a proxy which ensures that only the first three wizards can enter. Here the proxy represents the functionality of the tower and adds access control to it.
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
Replies: 2 comments 1 reply
-
the best website of studying Java Design Patterns
Beta Was this translation helpful? Give feedback.
All reactions
-
this website's just a static proxy pattern.
Where can i find the dynamic proxy pattern (inplemented by java.lang.reflect.Proxy maybe fine) ?
:)
Beta Was this translation helpful? Give feedback.
All reactions
-
Added a new issue iluwatar/java-design-patterns#2542 Thanks for pointing this out @liuqTong 👍🏻
Beta Was this translation helpful? Give feedback.