Interface HttpSessionStore

All Known Implementing Classes:
DefaultHttpSessionStore

public interface HttpSessionStore
  • Method Details

    • findSession

      NettyHttpSession findSession(String sessionId)
    • createSession

      NettyHttpSession createSession()
    • destroySession

      void destroySession(String sessionId)
    • destroyInactiveSessions

      void destroyInactiveSessions()