Class KVSessionDataStoreFactory

java.lang.Object
org.eclipse.jetty.server.session.AbstractSessionDataStoreFactory
io.vertigo.ui.impl.jetty.session.KVSessionDataStoreFactory
All Implemented Interfaces:
org.eclipse.jetty.server.session.SessionDataStoreFactory

public class KVSessionDataStoreFactory extends org.eclipse.jetty.server.session.AbstractSessionDataStoreFactory
  • Constructor Summary

    Constructors
    Constructor
    Description
    KVSessionDataStoreFactory(String sessionCollectionName)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.jetty.server.session.SessionDataStore
    getSessionDataStore(org.eclipse.jetty.server.session.SessionHandler handler)
     

    Methods inherited from class org.eclipse.jetty.server.session.AbstractSessionDataStoreFactory

    getGracePeriodSec, getSavePeriodSec, setGracePeriodSec, setSavePeriodSec

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • KVSessionDataStoreFactory

      public KVSessionDataStoreFactory(String sessionCollectionName)
  • Method Details

    • getSessionDataStore

      public org.eclipse.jetty.server.session.SessionDataStore getSessionDataStore(org.eclipse.jetty.server.session.SessionHandler handler) throws Exception
      Throws:
      Exception