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 HttpSessionStore
public void destroySession(String sessionId)
destroySession
in interface HttpSessionStore
public NettyHttpSession findSession(String sessionId)
findSession
in interface HttpSessionStore
protected String generateNewSessionId()
public void destroyInactiveSessions()
destroyInactiveSessions
in interface HttpSessionStore
Apache CXF