Name |
Description |
AbstractServletEngine |
Abstract servlet engine which provides basic functionality for child implementations |
RequestHandler |
This is a request handler that is necessary to process each request of an
application in a separate context. |
ServletConfiguration |
Servlet configuration. |
ServletEngine |
A servlet engine implementation. |
ServletManager |
The servlet manager handles the servlets registered for the application. |
ServletManagerFactory |
The servlet manager handles the servlets registered for the application. |
StandardGarbageCollector |
A thread which pre-initializes session instances and adds them to the
the session pool. |
StandardSessionManager |
A simple session manager implementation implementation using
session handlers to persist the sessions. |
StandardSessionManagerFactory |
A factory for the standard session manager instances. |