Package org.simpleframework.http.session
-
Interface Summary Interface Description Observer<T> TheObserver
interface is used to observe the session activity within the session manager.Session<T> TheSession
object is a simple leased container for state within a web application.SessionProvider<T> TheSessionProvider
object is used to create sessions that are active for a given time period. -
Class Summary Class Description SessionManager<T> TheSessionManager
object is used to create sessions that are active for a given time period. -
Exception Summary Exception Description SessionException TheSessionException
is used to indicate that some operation failed when trying to access a session or when trying to perform some operation on an existing session.