| Package | Description |
|---|---|
| com.amazonaws.serverless.proxy | |
| com.amazonaws.serverless.proxy.internal | |
| com.amazonaws.serverless.proxy.internal.servlet |
| Class and Description |
|---|
| ExceptionHandler
Implementing sub-classes of this interface are used by container objects to handle exceptions.
|
| SecurityContextWriter
This object is used by the container implementation to generated a Jax-Rs
SecurityContext object from the
incoming AWS Lambda event. |
| Class and Description |
|---|
| ExceptionHandler
Implementing sub-classes of this interface are used by container objects to handle exceptions.
|
| LogFormatter
Implementations of the log formatter interface are used by
LambdaContainerHandler class to log each request
processed in the container. |
| RequestReader
Implementations of the RequestReader object are used by container objects to transform the incoming Lambda event into
a request object that can be used by the underlying container.
|
| ResponseWriter
Implementations of this object are used by the container to transform the container's response object into a valid
return type for the AWS Lambda function.
|
| SecurityContextWriter
This object is used by the container implementation to generated a Jax-Rs
SecurityContext object from the
incoming AWS Lambda event. |
| Class and Description |
|---|
| ExceptionHandler
Implementing sub-classes of this interface are used by container objects to handle exceptions.
|
| LogFormatter
Implementations of the log formatter interface are used by
LambdaContainerHandler class to log each request
processed in the container. |
| RequestReader
Implementations of the RequestReader object are used by container objects to transform the incoming Lambda event into
a request object that can be used by the underlying container.
|
| ResponseWriter
Implementations of this object are used by the container to transform the container's response object into a valid
return type for the AWS Lambda function.
|
| SecurityContextWriter
This object is used by the container implementation to generated a Jax-Rs
SecurityContext object from the
incoming AWS Lambda event. |
Copyright © 2018. All Rights Reserved.