@Deprecated public class DefaultRequestDispatcher extends BaseRequestDispatcher<HandlerInput,Optional<com.amazon.ask.model.Response>> implements RequestDispatcher
RequestMapper to find a RequestHandlerChain.
A HandlerAdapter is used to execute the discovered request handler type.
RequestInterceptor and ResponseInterceptor instances may be configured globally on this dispatcher
to be executed for all requests. Interceptors set on the RequestHandlerChain level are also supported.
An ExceptionMapper is used to find exception handlers in the event of an unhandled exception during
request processing.| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultRequestDispatcher.Builder
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static DefaultRequestDispatcher.Builder |
builder()
Deprecated.
|
dispatch, forTypesequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdispatchpublic static DefaultRequestDispatcher.Builder builder()
Copyright © Amazon.com, Inc. or its affiliates. All Rights Reserved.