Package org.eclipse.jetty.servlets
Class PushSessionCacheFilter
- java.lang.Object
-
- org.eclipse.jetty.servlets.PushSessionCacheFilter
-
-
Constructor Summary
Constructors Constructor Description PushSessionCacheFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()voiddoFilter(ServletRequest request, ServletResponse response, FilterChain chain)voidinit(FilterConfig config)
-
-
-
Method Detail
-
init
public void init(FilterConfig config) throws ServletException
- Specified by:
initin interfaceFilter- Throws:
ServletException
-
doFilter
public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException, ServletException
- Specified by:
doFilterin interfaceFilter- Throws:
IOExceptionServletException
-
-