org.apache.cxf.transport.http.netty.server.session
Class DefaultHttpSessionStore
java.lang.Object
org.apache.cxf.transport.http.netty.server.session.DefaultHttpSessionStore
- All Implemented Interfaces:
- HttpSessionStore
public class DefaultHttpSessionStore
- extends Object
- implements HttpSessionStore
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultHttpSessionStore
public DefaultHttpSessionStore()
createSession
public NettyHttpSession createSession()
- Specified by:
createSession
in interface HttpSessionStore
destroySession
public void destroySession(String sessionId)
- Specified by:
destroySession
in interface HttpSessionStore
findSession
public NettyHttpSession findSession(String sessionId)
- Specified by:
findSession
in interface HttpSessionStore
generateNewSessionId
protected String generateNewSessionId()
destroyInactiveSessions
public void destroyInactiveSessions()
- Specified by:
destroyInactiveSessions
in interface HttpSessionStore
Apache CXF