类 HerodotusHttpSessionListener
java.lang.Object
cn.herodotus.engine.cache.redis.session.HerodotusHttpSessionListener
- 所有已实现的接口:
jakarta.servlet.http.HttpSessionListener,EventListener
public class HerodotusHttpSessionListener
extends Object
implements jakarta.servlet.http.HttpSessionListener
Description: TODO
- 作者:
- : gengwei.zheng
- Date:
- : 2022/11/9 21:56
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidsessionCreated(jakarta.servlet.http.HttpSessionEvent httpSessionEvent) voidsessionDestroyed(jakarta.servlet.http.HttpSessionEvent httpSessionEvent)
-
构造器详细资料
-
HerodotusHttpSessionListener
public HerodotusHttpSessionListener()
-
-
方法详细资料
-
sessionCreated
public void sessionCreated(jakarta.servlet.http.HttpSessionEvent httpSessionEvent) - 指定者:
sessionCreated在接口中jakarta.servlet.http.HttpSessionListener
-
sessionDestroyed
public void sessionDestroyed(jakarta.servlet.http.HttpSessionEvent httpSessionEvent) - 指定者:
sessionDestroyed在接口中jakarta.servlet.http.HttpSessionListener
-