Package Structural.Proxy
Interface Subject
- All Known Implementing Classes:
Proxy,RealSubject
public interface Subject
The Subject interface defines the common operations for the Proxy and RealSubject.
-
Method Summary
-
Method Details
-
request
Handles the request in a format expected by the client.- Parameters:
resource- The resource being requested.
-