Serialized Form
-
Package org.eclipse.jetty.session
-
Class org.eclipse.jetty.session.SessionData
class SessionData extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
_accessed
long _accessed
-
_attributes
Map<String,
Object> _attributes -
_contextPath
String _contextPath
-
_cookieSet
long _cookieSet
-
_created
long _created
-
_dirty
boolean _dirty
-
_expiry
long _expiry
-
_id
String _id
-
_lastAccessed
long _lastAccessed
-
_lastNode
String _lastNode
-
_lastSaved
long _lastSaved
-
_maxInactiveMs
long _maxInactiveMs
-
_metaDataDirty
boolean _metaDataDirty
-
_vhost
String _vhost
-
-
-
Exception Class org.eclipse.jetty.session.UnreadableSessionDataException
class UnreadableSessionDataException extends Exception implements Serializable- serialVersionUID:
- 1806303483488966566L
-
Serialized Fields
-
_id
String _id
-
_sessionContext
SessionContext _sessionContext
-
-
Exception Class org.eclipse.jetty.session.UnwriteableSessionDataException
class UnwriteableSessionDataException extends Exception implements Serializable-
Serialized Fields
-
_id
String _id
-
_sessionContext
SessionContext _sessionContext
-
-
-