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 class
MemcachedSessionDataMapFactory
MemcachedSessionDataMapFactory -
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 SessionDataMapFactory
CachingSessionDataStoreFactory. _mapFactory
Methods in org.eclipse.jetty.server.session that return SessionDataMapFactory Modifier and Type Method Description SessionDataMapFactory
CachingSessionDataStoreFactory. getMapFactory()
Methods in org.eclipse.jetty.server.session with parameters of type SessionDataMapFactory Modifier and Type Method Description void
CachingSessionDataStoreFactory. setSessionDataMapFactory(SessionDataMapFactory mapFactory)
-