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.


方法摘要
 AbstractSession getSession()
           
 
从接口 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.