Package org.eclipse.jetty.servlets
Class PushSessionCacheFilter
- java.lang.Object
-
- org.eclipse.jetty.servlets.PushSessionCacheFilter
-
- All Implemented Interfaces:
javax.servlet.Filter
@Deprecated public class PushSessionCacheFilter extends java.lang.Object implements javax.servlet.FilterDeprecated.no replacement for this deprecated http feature
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classPushSessionCacheFilter.TargetDeprecated.
-
Field Summary
Fields Modifier and Type Field Description private long_associateDelayDeprecated.private java.util.concurrent.ConcurrentMap<java.lang.String,PushSessionCacheFilter.Target>_cacheDeprecated.private static LoggerLOGDeprecated.private static java.lang.StringTARGET_ATTRDeprecated.private static java.lang.StringTIMESTAMP_ATTRDeprecated.
-
Constructor Summary
Constructors Constructor Description PushSessionCacheFilter()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voiddestroy()Deprecated.voiddoFilter(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, javax.servlet.FilterChain chain)Deprecated.voidinit(javax.servlet.FilterConfig config)Deprecated.
-
-
-
Field Detail
-
TARGET_ATTR
private static final java.lang.String TARGET_ATTR
Deprecated.- See Also:
- Constant Field Values
-
TIMESTAMP_ATTR
private static final java.lang.String TIMESTAMP_ATTR
Deprecated.- See Also:
- Constant Field Values
-
LOG
private static final Logger LOG
Deprecated.
-
_cache
private final java.util.concurrent.ConcurrentMap<java.lang.String,PushSessionCacheFilter.Target> _cache
Deprecated.
-
_associateDelay
private long _associateDelay
Deprecated.
-
-
Method Detail
-
init
public void init(javax.servlet.FilterConfig config) throws javax.servlet.ServletExceptionDeprecated.- Specified by:
initin interfacejavax.servlet.Filter- Throws:
javax.servlet.ServletException
-
doFilter
public void doFilter(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, javax.servlet.FilterChain chain) throws java.io.IOException, javax.servlet.ServletExceptionDeprecated.- Specified by:
doFilterin interfacejavax.servlet.Filter- Throws:
java.io.IOExceptionjavax.servlet.ServletException
-
destroy
public void destroy()
Deprecated.- Specified by:
destroyin interfacejavax.servlet.Filter
-
-