org.eclipse.jetty.server.session
接口 AbstractSessionManager.SessionIf
- 所有超级接口:
- HttpSession
- 所有已知实现类:
- AbstractSession, HashedSession, JDBCSessionManager.Session
- 包容类:
- AbstractSessionManager
public static interface AbstractSessionManager.SessionIf
- extends HttpSession
Interface that any session wrapper should implement so that
SessionManager may access the Jetty session implementation.
| 从接口 javax.servlet.http.HttpSession 继承的方法 |
getAttribute, getAttributeNames, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, getServletContext, getSessionContext, getValue, getValueNames, invalidate, isNew, putValue, removeAttribute, removeValue, setAttribute, setMaxInactiveInterval |
getSession
AbstractSession getSession()
Copyright © 2013. All Rights Reserved.