public interface HttpSessionStore
Modifier and Type | Method and Description |
---|---|
NettyHttpSession |
createSession() |
void |
destroyInactiveSessions() |
void |
destroySession(String sessionId) |
NettyHttpSession |
findSession(String sessionId) |
NettyHttpSession findSession(String sessionId)
NettyHttpSession createSession()
void destroySession(String sessionId)
void destroyInactiveSessions()
Apache CXF