| Interface | Description |
|---|---|
| HandlerAdapter |
An adapter that allows a
RequestDispatcher to invoke a type of request handler. |
| 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 |
Copyright © Amazon.com, Inc. or its affiliates. All Rights Reserved.