Package org.eclipse.jetty.server.session
Class AbstractSessionCache.PlaceHolderSession
- java.lang.Object
-
- org.eclipse.jetty.server.session.Session
-
- org.eclipse.jetty.server.session.AbstractSessionCache.PlaceHolderSession
-
- All Implemented Interfaces:
javax.servlet.http.HttpSession
,SessionHandler.SessionIf
- Enclosing class:
- AbstractSessionCache
protected class AbstractSessionCache.PlaceHolderSession extends Session
PlaceHolder
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.jetty.server.session.Session
Session.IdState, Session.SessionInactivityTimer, Session.State
-
-
Field Summary
-
Fields inherited from class org.eclipse.jetty.server.session.Session
_extendedId, _handler, _idChanged, _lock, _newSession, _requests, _resident, _sessionData, _sessionInactivityTimer, _state, _stateChangeCompleted, SESSION_CREATED_SECURE
-
-
Constructor Summary
Constructors Constructor Description PlaceHolderSession(SessionHandler handler, SessionData data)
-
Method Summary
-
Methods inherited from class org.eclipse.jetty.server.session.Session
access, beginInvalidate, bindValue, calculateInactivityTimeout, callSessionAttributeListeners, checkLocked, checkValidForRead, checkValidForWrite, complete, cookieSet, didActivate, doInvalidate, finishInvalidate, getAttribute, getAttributeNames, getAttributes, getContextPath, getCookieSetTime, getCreationTime, getExtendedId, getId, getLastAccessedTime, getMaxInactiveInterval, getNames, getRequests, getServletContext, getSession, getSessionContext, getSessionData, getSessionHandler, getValue, getValueNames, getVHost, invalidate, isChanging, isExpiredAt, isIdChanged, isIdleLongerThan, isInvalid, isNew, isResident, isValid, lock, putValue, removeAttribute, removeValue, renewId, setAttribute, setExtendedId, setIdChanged, setMaxInactiveInterval, setResident, toString, unbindValue, updateInactivityTimer, use, willPassivate
-
-
-
-
Constructor Detail
-
PlaceHolderSession
public PlaceHolderSession(SessionHandler handler, SessionData data)
- Parameters:
handler
- SessionHandler to which this session belongsdata
- the session data
-
-