This class implements limited Http servlet container 2.5 functionality. It is designed for a test purposes only ,so that has a limitations:
- supports local calls only.
- java code only configuration ( no xml files processed ).
- just one web application, 'deployed' in the root context.
- only one client session
- communicates by the local java calls only, no network connection
- no JSP compilator support ( but it is possible to register pre-compiled pages as servlets)
- ...
It is main part of the test framework.