| Interface | Description |
|---|---|
| AwsLambdaServletContainerHandler.StartupHandler |
| Class | Description |
|---|---|
| ApacheCombinedServletLogFormatter<ContainerRequestType extends javax.servlet.http.HttpServletRequest,ContainerResponseType extends javax.servlet.http.HttpServletResponse> |
Default implementation of the log formatter.
|
| AwsFilterChainManager |
This implementation of the
FilterChainManager object uses the AwsServletContext object
to extract a list of FilterHolders |
| AwsHttpServletRequest |
Base HttpServletRequest object.
|
| AwsHttpServletResponse |
Basic implementation of the
HttpServletResponse object. |
| AwsHttpSession |
This class emulates the behavior of an HTTP session.
|
| AwsLambdaServletContainerHandler<RequestType,ResponseType,ContainerRequestType extends javax.servlet.http.HttpServletRequest,ContainerResponseType extends javax.servlet.http.HttpServletResponse> |
Abstract extension of the code
LambdaContainerHandler object that adds protected variables for the
ServletContext and FilterChainManager. |
| AwsProxyHttpServletRequest |
Implementation of the
HttpServletRequest interface that supports AwsProxyRequest object. |
| AwsProxyHttpServletRequest.AwsServletInputStream | |
| AwsProxyHttpServletRequestReader |
Simple implementation of the
RequestReader interface that receives an AwsProxyRequest
object and uses it to initialize a AwsProxyHttpServletRequest object. |
| AwsProxyHttpServletResponseWriter |
Creates an
AwsProxyResponse object given an AwsHttpServletResponse object. |
| AwsProxyRequestDispatcher |
Default
RequestDispatcher implementation for the AwsProxyHttpServletRequest type. |
| AwsProxyRequestPart | |
| AwsServletContext |
Basic implementation of the
ServletContext object. |
| FilterChainHolder |
Implementation of the
FilterChain interface. |
| FilterChainManager<ServletContextType extends javax.servlet.ServletContext> |
This object in in charge of matching a servlet request to a set of filter, creating the filter chain for a request,
and cache filter chains that were already loaded for re-use.
|
| FilterChainManager.TargetCacheKey |
Object used as a key for the filter chain cache.
|
| FilterHolder |
Wrapper for a servlet filter object.
|
Copyright © 2018. All Rights Reserved.