Uses of Package
ratpack.session
-
Packages that use ratpack.session Package Description ratpack.session Objects for providingSession
support. -
Classes in ratpack.session used by ratpack.session Class 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.SessionCookieConfig Basic configuration for cookies related to session management.SessionData The data associated with the user session.SessionId A handle to the session ID.SessionKey A key for an object in the session.SessionSerializer A serializer converts objects to bytes and vice versa.