| Package | Description |
|---|---|
| com.amazonaws.serverless.proxy.internal.servlet |
| Modifier and Type | Class and Description |
|---|---|
class |
ServletLambdaContainerHandlerBuilder<RequestType,ResponseType,ContainerRequestType extends javax.servlet.http.HttpServletRequest,HandlerType extends AwsLambdaServletContainerHandler<RequestType,ResponseType,ContainerRequestType,AwsHttpServletResponse>,Builder extends ServletLambdaContainerHandlerBuilder<RequestType,ResponseType,ContainerRequestType,HandlerType,Builder>>
Base builder class for
AwsLambdaServletContainerHandler. |
| Modifier and Type | Field and Description |
|---|---|
protected AwsHttpServletResponse |
AwsHttpServletRequest.response |
| Modifier and Type | Field and Description |
|---|---|
protected ResponseWriter<AwsHttpServletResponse,ResponseType> |
ServletLambdaContainerHandlerBuilder.responseWriter |
| Modifier and Type | Method and Description |
|---|---|
AwsHttpServletResponse |
AwsHttpServletRequest.getResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
AwsHttpServletRequest.setResponse(AwsHttpServletResponse response) |
AwsProxyResponse |
AwsProxyHttpServletResponseWriter.writeResponse(AwsHttpServletResponse containerResponse,
com.amazonaws.services.lambda.runtime.Context lambdaContext) |
| Modifier and Type | Method and Description |
|---|---|
Builder |
ServletLambdaContainerHandlerBuilder.responseWriter(ResponseWriter<AwsHttpServletResponse,ResponseType> responseWriter) |
Copyright © 2022. All rights reserved.