Uses of Interface
org.jgrapes.http.Session
Package
Description
Provides components for building a HTTP server based on the
core and IO components.
Provides the events handled by the server components.
Provides a base component for generating template based responses
to HTTP requests.
-
Uses of Session in org.jgrapes.http
Modifier and TypeClassDescriptionclass
Implements theSession
interface using aConcurrentHashMap
.Modifier and TypeMethodDescriptionprotected Session
InMemorySessionManager.createSession
(String sessionId) protected abstract Session
SessionManager.createSession
(String sessionId) Creates a new session with the given id.static Session
Session.from
(Associator associator) Obtains aSession
from anAssociator
.Modifier and TypeMethodDescriptionInMemorySessionManager.lookupSession
(String sessionId) SessionManager.lookupSession
(String sessionId) Lookup the session with the given id.Modifier and TypeMethodDescriptionprotected boolean
SessionManager.hasTimedOut
(Session session) Checks if the absolute or idle timeout has been reached. -
Uses of Session in org.jgrapes.http.events
ModifierConstructorDescriptionDiscardSession
(Session session, Channel... channels) Creates a new event. -
Uses of Session in org.jgrapes.http.freemarker