See: Description
Interface | Description |
---|---|
AccessManager |
Provides access control for a
Dispatcher . |
Handler |
A single handler that is able to process an incoming remote server request.
|
HandlerMapper |
Interface to provide a mapping between a
ServerHttpRequest and a
Handler . |
Class | Description |
---|---|
Dispatcher |
Dispatcher used to route incoming remote server requests to a
Handler . |
DispatcherFilter |
Servlet filter providing integration with the remote server
Dispatcher . |
HttpHeaderAccessManager |
AccessManager that checks for the presence of a HTTP header secret. |
HttpStatusHandler |
Handler that responds with a specific HttpStatus . |
UrlHandlerMapper |
HandlerMapper implementation that maps incoming URLs. |