Uses of Interface
org.eclipse.jetty.session.SessionDataMapFactory
Packages that use SessionDataMapFactory
Package
Description
Jetty Server : Session Management Implementations
-
Uses of SessionDataMapFactory in org.eclipse.jetty.memcached.session
Classes in org.eclipse.jetty.memcached.session that implement SessionDataMapFactoryModifier and TypeClassDescriptionclass
MemcachedSessionDataMapFactory -
Uses of SessionDataMapFactory in org.eclipse.jetty.session
Fields in org.eclipse.jetty.session declared as SessionDataMapFactoryModifier and TypeFieldDescriptionprotected SessionDataMapFactory
CachingSessionDataStoreFactory._mapFactory
Methods in org.eclipse.jetty.session that return SessionDataMapFactoryModifier and TypeMethodDescriptionCachingSessionDataStoreFactory.getMapFactory()
Get the SessionDataMapFactory.Methods in org.eclipse.jetty.session with parameters of type SessionDataMapFactoryModifier and TypeMethodDescriptionvoid
CachingSessionDataStoreFactory.setSessionDataMapFactory
(SessionDataMapFactory mapFactory) Set the SessionDataMapFactory.