CrawlerSessionManagerHandler |
Web crawlers can trigger the creation of many thousands of sessions as they
crawl a site which may result in significant memory consumption.
|
DefaultServlet |
Default servlet responsible for serving up resources.
|
FilterHandler |
|
MarkSecureHandler |
Handler that marks a request as secure, regardless of the underlying protocol.
|
MarkSecureHandler.Builder |
|
MarkSecureHandler.Wrapper |
|
RedirectDirHandler |
Handler that redirects the directory requests without trailing slash to the one append trailing slash.
|
SendErrorPageHandler |
A handler that sends the servlet's error page if the status code is greater than 399
|
ServletChain |
|
ServletDebugPageHandler |
generates a servlet error page with a stack trace
|
ServletDispatchingHandler |
Handler that dispatches to the resolved servlet.
|
ServletHandler |
The handler that is responsible for invoking the servlet
|
ServletInitialHandler |
This must be the initial handler in the blocking servlet chain.
|
ServletPathMatch |
|
ServletPathMatches |
Facade around ServletPathMatchesData .
|
ServletRequestContext |
All the information that servlet needs to attach to the exchange.
|
SessionRestoringHandler |
A handler that restores persistent HTTP session state for requests in development mode.
|