Package org.eclipse.jetty.server.session
Interface SessionCacheFactory
-
- All Known Implementing Classes:
AbstractSessionCacheFactory
,DefaultSessionCacheFactory
,NullSessionCacheFactory
@Deprecated(since="2021-05-27") public interface SessionCacheFactory
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.SessionCacheFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description SessionCache
getSessionCache(SessionHandler handler)
Deprecated.
-
-
-
Method Detail
-
getSessionCache
SessionCache getSessionCache(SessionHandler handler)
Deprecated.
-
-