| Class | Description |
|---|---|
| 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 | |
| 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.
|
| Enum | Description |
|---|---|
| ServletPathMatch.Type |
Copyright © 2018 JBoss by Red Hat. All rights reserved.