Uses of Class
org.jgrapes.http.SessionManager
Package
Description
Provides components for building a HTTP server based on the
core and IO components.
-
Uses of SessionManager in org.jgrapes.http
Modifier and TypeMethodDescriptionSessionManager.setAbsoluteTimeout
(Duration timeout) Sets the absolute timeout for a session.SessionManager.setIdleTimeout
(Duration timeout) Sets the idle timeout for a session.SessionManager.setMaxSessions
(int maxSessions) Set the maximum number of sessions.Modifier and TypeMethodDescriptionSessionManager.SessionManagerInfo.manager()
Returns the session manager.ModifierConstructorDescriptionSessionManagerInfo
(SessionManager sessionManager) Instantiates a new session manager info.