Class DefaultHttpSessionStore
java.lang.Object
org.apache.cxf.transport.http.netty.server.session.DefaultHttpSessionStore
- All Implemented Interfaces:
HttpSessionStore
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddestroySession(String sessionId) findSession(String sessionId) protected String
-
Constructor Details
-
DefaultHttpSessionStore
public DefaultHttpSessionStore()
-
-
Method Details
-
createSession
- Specified by:
createSessionin interfaceHttpSessionStore
-
destroySession
- Specified by:
destroySessionin interfaceHttpSessionStore
-
findSession
- Specified by:
findSessionin interfaceHttpSessionStore
-
generateNewSessionId
-
destroyInactiveSessions
public void destroyInactiveSessions()- Specified by:
destroyInactiveSessionsin interfaceHttpSessionStore
-