| Package | Description |
|---|---|
| com.amazonaws.serverless.proxy.internal.servlet |
| Modifier and Type | Method and Description |
|---|---|
FilterChainHolder |
FilterChainManager.getFilterChain(javax.servlet.http.HttpServletRequest request)
Returns the filter chain that applies to the given request.
|
protected FilterChainHolder |
FilterChainManager.getFilterChainCache(javax.servlet.DispatcherType type,
java.lang.String targetPath)
Retrieves a filter chain from the cache.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
FilterChainManager.putFilterChainCache(javax.servlet.DispatcherType type,
java.lang.String targetPath,
FilterChainHolder holder)
Adds a filter chain to the local cache.
|
Copyright © 2017. All Rights Reserved.