Apache CXF API

org.apache.cxf.transport.http.netty.server.session
Class DefaultHttpSessionStore

java.lang.Object
  extended by org.apache.cxf.transport.http.netty.server.session.DefaultHttpSessionStore
All Implemented Interfaces:
HttpSessionStore

public class DefaultHttpSessionStore
extends Object
implements HttpSessionStore


Constructor Summary
DefaultHttpSessionStore()
           
 
Method Summary
 NettyHttpSession createSession()
           
 void destroyInactiveSessions()
           
 void destroySession(String sessionId)
           
 NettyHttpSession findSession(String sessionId)
           
protected  String generateNewSessionId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultHttpSessionStore

public DefaultHttpSessionStore()
Method Detail

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 API

Apache CXF