> Hi,
>
> I am trying to figure out , what is the pattern
> employed to define the ServletRequest,
> ServletResponse, HttpServletRequaest and
> HttpServletResponse interfaces in the Servlet API.
You know, not everything is an instance of some commonly used and uniquely named pattern...
A servlet is an HTTP Listener that runs in a container.
The GoF only came up with 26 patterns. They didn't claim that they were an exhaustive representation of every problem in computer science.
Sometimes people spend too much time thinking about patterns. Maybe you're one of them.
%