| Package | Description |
|---|---|
| com.amazon.ask.builder | |
| com.amazon.ask.dispatcher.impl | |
| com.amazon.ask.dispatcher.request.handler | |
| com.amazon.ask.dispatcher.request.handler.impl |
| Modifier and Type | Field and Description |
|---|---|
protected List<ResponseInterceptor> |
SkillConfiguration.responseInterceptors |
protected List<ResponseInterceptor> |
SkillBuilder.responseInterceptors |
| Modifier and Type | Method and Description |
|---|---|
List<ResponseInterceptor> |
SkillConfiguration.getResponseInterceptors() |
| Modifier and Type | Method and Description |
|---|---|
T |
SkillBuilder.addResponseInterceptor(ResponseInterceptor interceptor) |
T |
SkillBuilder.addResponseInterceptors(ResponseInterceptor... interceptors) |
| Modifier and Type | Method and Description |
|---|---|
T |
SkillBuilder.addResponseInterceptors(List<ResponseInterceptor> interceptors) |
SkillConfiguration.Builder |
SkillConfiguration.Builder.withResponseInterceptors(List<ResponseInterceptor> responseInterceptors) |
| Constructor and Description |
|---|
SkillConfiguration(List<RequestMapper> requestMappers,
List<HandlerAdapter> handlerAdapters,
List<RequestInterceptor> requestInterceptors,
List<ResponseInterceptor> responseInterceptors,
ExceptionMapper exceptionMapper,
PersistenceAdapter persistenceAdapter,
com.amazon.ask.model.services.ApiClient apiClient,
String customUserAgent,
String skillId) |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<ResponseInterceptor> |
DefaultRequestDispatcher.responseInterceptors |
| Modifier and Type | Method and Description |
|---|---|
DefaultRequestDispatcher.Builder |
DefaultRequestDispatcher.Builder.addResponseInterceptor(ResponseInterceptor responseInterceptor) |
DefaultRequestDispatcher.Builder |
DefaultRequestDispatcher.Builder.withResponseInterceptors(ResponseInterceptor... responseInterceptors) |
| Modifier and Type | Method and Description |
|---|---|
DefaultRequestDispatcher.Builder |
DefaultRequestDispatcher.Builder.withResponseInterceptors(Collection<ResponseInterceptor> responseInterceptors) |
| Constructor and Description |
|---|
DefaultRequestDispatcher(Collection<HandlerAdapter> handlerAdapters,
Collection<RequestMapper> requestMappers,
ExceptionMapper exceptionMapper,
Collection<RequestInterceptor> requestInterceptors,
Collection<ResponseInterceptor> responseInterceptors) |
| Modifier and Type | Method and Description |
|---|---|
List<ResponseInterceptor> |
RequestHandlerChain.getResponseInterceptors() |
| Modifier and Type | Field and Description |
|---|---|
protected List<ResponseInterceptor> |
GenericRequestHandlerChain.responseInterceptors |
protected List<ResponseInterceptor> |
GenericRequestHandlerChain.Builder.responseInterceptors |
| Modifier and Type | Method and Description |
|---|---|
List<ResponseInterceptor> |
GenericRequestHandlerChain.getResponseInterceptors() |
| Modifier and Type | Method and Description |
|---|---|
T |
GenericRequestHandlerChain.Builder.addResponseInterceptor(ResponseInterceptor responseInterceptor) |
| Modifier and Type | Method and Description |
|---|---|
T |
GenericRequestHandlerChain.Builder.withResponseInterceptor(List<ResponseInterceptor> responseInterceptors) |
| Constructor and Description |
|---|
DefaultRequestHandlerChain(RequestHandler handler,
List<RequestInterceptor> requestInterceptors,
List<ResponseInterceptor> responseInterceptors) |
GenericRequestHandlerChain(Object handler,
List<RequestInterceptor> requestInterceptors,
List<ResponseInterceptor> responseInterceptors) |
Copyright © 2018. All rights reserved.