public class GatewayDispatchFilter extends AbstractGatewayFilter
| Modifier and Type | Field and Description |
|---|---|
protected static SpiGatewayMessages |
LOG |
SOURCE_REQUEST_CONTEXT_URL_ATTRIBUTE_NAME, SOURCE_REQUEST_URL_ATTRIBUTE_NAME, TARGET_REQUEST_URL_ATTRIBUTE_NAME, TARGET_SERVICE_ROLE| Constructor and Description |
|---|
GatewayDispatchFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
protected void |
doFilter(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.FilterChain chain) |
Dispatch |
getDispatch() |
void |
init(javax.servlet.FilterConfig filterConfig) |
void |
setDispatch(Dispatch dispatch) |
doFilter, getConfigprotected static final SpiGatewayMessages LOG
public void init(javax.servlet.FilterConfig filterConfig)
throws javax.servlet.ServletException
init in interface javax.servlet.Filterinit in class AbstractGatewayFilterjavax.servlet.ServletExceptionpublic void destroy()
destroy in interface javax.servlet.Filterdestroy in class AbstractGatewayFilterpublic Dispatch getDispatch()
public void setDispatch(Dispatch dispatch)
protected void doFilter(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.FilterChain chain)
throws IOException,
javax.servlet.ServletException
doFilter in class AbstractGatewayFilterIOExceptionjavax.servlet.ServletExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.