Package org.eclipse.jetty.server.session
Interface SessionHandler.SessionIf
-
- All Superinterfaces:
HttpSession
- All Known Implementing Classes:
Session
- Enclosing class:
- SessionHandler
@Deprecated(since="2021-05-27") public static interface SessionHandler.SessionIf extends HttpSession
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.SessionIf Interface that any session wrapper should implement so that SessionManager may access the Jetty session implementation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Session
getSession()
Deprecated.-
Methods inherited from interface javax.servlet.http.HttpSession
getAttribute, getAttributeNames, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, getServletContext, getSessionContext, getValue, getValueNames, invalidate, isNew, putValue, removeAttribute, removeValue, setAttribute, setMaxInactiveInterval
-
-
-
-
Method Detail
-
getSession
Session getSession()
Deprecated.
-
-