public class DefaultHttpSessionStore extends Object implements HttpSessionStore
| Constructor and Description |
|---|
DefaultHttpSessionStore() |
| Modifier and Type | Method and Description |
|---|---|
NettyHttpSession |
createSession() |
void |
destroyInactiveSessions() |
void |
destroySession(String sessionId) |
NettyHttpSession |
findSession(String sessionId) |
protected String |
generateNewSessionId() |
public NettyHttpSession createSession()
createSession in interface HttpSessionStorepublic void destroySession(String sessionId)
destroySession in interface HttpSessionStorepublic NettyHttpSession findSession(String sessionId)
findSession in interface HttpSessionStoreprotected String generateNewSessionId()
public void destroyInactiveSessions()
destroyInactiveSessions in interface HttpSessionStoreApache CXF