Package org.eclipse.jetty.nosql
Class NoSqlSessionDataStore.NoSqlSessionData
java.lang.Object
org.eclipse.jetty.server.session.SessionData
org.eclipse.jetty.nosql.NoSqlSessionDataStore.NoSqlSessionData
- All Implemented Interfaces:
Serializable
- Enclosing class:
- NoSqlSessionDataStore
- See Also:
-
Field Summary
Fields inherited from class org.eclipse.jetty.server.session.SessionData
_accessed, _attributes, _contextPath, _cookieSet, _created, _dirty, _expiry, _id, _lastAccessed, _lastNode, _lastSaved, _maxInactiveMs, _metaDataDirty, _vhost
-
Constructor Summary
ConstructorDescriptionNoSqlSessionData
(String id, String cpath, String vhost, long created, long accessed, long lastAccessed, long maxInactiveMs) -
Method Summary
Methods inherited from class org.eclipse.jetty.server.session.SessionData
calcAndSetExpiry, calcAndSetExpiry, calcExpiry, calcExpiry, clean, clearAllAttributes, copy, deserializeAttributes, getAccessed, getAllAttributes, getAttribute, getContextPath, getCookieSet, getCreated, getExpiry, getId, getKeys, getLastAccessed, getLastNode, getLastSaved, getMaxInactiveMs, getVhost, isDirty, isExpiredAt, isMetaDataDirty, putAllAttributes, serializeAttributes, setAccessed, setAttribute, setContextPath, setCookieSet, setCreated, setDirty, setExpiry, setId, setLastAccessed, setLastNode, setLastSaved, setMaxInactiveMs, setMetaDataDirty, setVhost, toString
-
Constructor Details
-
NoSqlSessionData
-
-
Method Details
-
setVersion
-
getVersion
-
setDirty
- Overrides:
setDirty
in classSessionData
-
takeDirtyAttributes
-
getAllAttributeNames
-