| Interface | Description |
|---|---|
| HandlerAdapter | Deprecated |
| RequestHandler |
Request handlers are responsible for handling one or more types of incoming requests.
|
| RequestHandlerChain |
A handler chain contains a request handler and any associated request/response interceptors and exception handlers.
|
| Class | Description |
|---|---|
| HandlerInput |
Input that is passed to all
RequestHandler, ExceptionHandler,
RequestInterceptor,
and ResponseInterceptor. |
| HandlerInput.Builder |
HandlerInput Builder.
|
Copyright © 2023. All rights reserved.