| ExchangeThrottler |
Limits connections per address to the server.
|
| FileHandler |
|
| PredicateHandler |
The handler will process each request differently depending on the predicate.
|
| RedirectHandler |
A request handler that redirects to a different URL without pushing to the history.
|
| RootHandler |
By default the HttpServer will use the most specific context for requests; this however causes the context / to catch all contexts without an associated handler, instead of sending a 404 or no response.
|
| ServerExchangeThrottler |
Limits connections per address to the server and total server connections.
|
| ServerSessionThrottler |
Limits connections per session to the server and total server sessions.
|
| SessionThrottler |
Limits connections per http session.
|
| SSEHandler |
A SSE handler allows server to client events by using an text/event-stream.
|
| TemporaryHandler |
A temporary handler handles a single request and then removes itself from the server.
|
| ThrottledHandler |
This handler limits the amount of active connections to a handler.
|