Interface HttpSessionStore
- All Known Implementing Classes:
DefaultHttpSessionStore
public interface HttpSessionStore
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddestroySession(String sessionId) findSession(String sessionId)
-
Method Details
-
findSession
-
createSession
NettyHttpSession createSession() -
destroySession
-
destroyInactiveSessions
void destroyInactiveSessions()
-