Package ratpack.session
Objects for providing
Session
support.-
Interface Summary Interface Description JavaSessionSerializer Marker interface for serializers that can serialize anything that isSerializable
.Session A mechanism for associating semi persistent data with an individual user/client.SessionData The data associated with the user session.SessionId A handle to the session ID.SessionIdGenerator Strategy interface for generating unique session ids.SessionKey<T> A key for an object in the session.SessionSerializer A serializer converts objects to bytes and vice versa.SessionStore A persistent store of session data.SessionTypeFilter A filter that determines whether a type is safe for session usage.SessionTypeFilterPlugin A marker interface for type filter implementations that should be composed into the type filter. -
Class Summary Class Description SessionCookieConfig Basic configuration for cookies related to session management.SessionModule Provides support for HTTP sessions. -
Exception Summary Exception Description NonAllowedSessionTypeException Thrown when attempting to read or write a type to a session that is not allowed.