Uses of Interface
org.jgrapes.http.Session
Packages that use 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
Classes in org.jgrapes.http that implement SessionModifier and TypeClassDescriptionclass
Implements theSession
interface using aConcurrentHashMap
.Methods in org.jgrapes.http that return SessionModifier 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
.Methods in org.jgrapes.http that return types with arguments of type SessionModifier and TypeMethodDescriptionInMemorySessionManager.lookupSession
(String sessionId) SessionManager.lookupSession
(String sessionId) Lookup the session with the given id.Methods in org.jgrapes.http with parameters of type SessionModifier 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
Methods in org.jgrapes.http.events that return SessionConstructors in org.jgrapes.http.events with parameters of type SessionModifierConstructorDescriptionDiscardSession
(Session session, Channel... channels) Creates a new event. -
Uses of Session in org.jgrapes.http.freemarker
Method parameters in org.jgrapes.http.freemarker with type arguments of type Session