类 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
  • 构造器详细资料

    • 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