Uses of Interface
org.eclipse.jetty.server.session.SessionDataMapFactory
-
Packages that use SessionDataMapFactory Package Description org.eclipse.jetty.memcached.session org.eclipse.jetty.server.session Jetty Server : Session Management Implementations -
-
Uses of SessionDataMapFactory in org.eclipse.jetty.memcached.session
Classes in org.eclipse.jetty.memcached.session that implement SessionDataMapFactory Modifier and Type Class Description classMemcachedSessionDataMapFactoryMemcachedSessionDataMapFactory -
Uses of SessionDataMapFactory in org.eclipse.jetty.server.session
Fields in org.eclipse.jetty.server.session declared as SessionDataMapFactory Modifier and Type Field Description protected SessionDataMapFactoryCachingSessionDataStoreFactory. _mapFactoryMethods in org.eclipse.jetty.server.session that return SessionDataMapFactory Modifier and Type Method Description SessionDataMapFactoryCachingSessionDataStoreFactory. getMapFactory()Methods in org.eclipse.jetty.server.session with parameters of type SessionDataMapFactory Modifier and Type Method Description voidCachingSessionDataStoreFactory. setSessionDataMapFactory(SessionDataMapFactory mapFactory)
-