Uses of Class
org.eclipse.jetty.server.session.SessionContext
Packages that use SessionContext
Package
Description
Jetty NoSql : MongoDB Integration
Jetty Server : Session Management Implementations
-
Uses of SessionContext in org.eclipse.jetty.gcloud.session
Methods in org.eclipse.jetty.gcloud.session with parameters of type SessionContextModifier and TypeMethodDescriptionprotected com.google.cloud.datastore.Key
GCloudSessionDataStore.makeKey
(String id, SessionContext context) Make a unique key for this session. -
Uses of SessionContext in org.eclipse.jetty.memcached.session
Fields in org.eclipse.jetty.memcached.session declared as SessionContextMethods in org.eclipse.jetty.memcached.session with parameters of type SessionContextModifier and TypeMethodDescriptionvoid
MemcachedSessionDataMap.initialize
(SessionContext context) -
Uses of SessionContext in org.eclipse.jetty.nosql.mongodb
Methods in org.eclipse.jetty.nosql.mongodb with parameters of type SessionContext -
Uses of SessionContext in org.eclipse.jetty.server.session
Fields in org.eclipse.jetty.server.session declared as SessionContextModifier and TypeFieldDescriptionprotected SessionContext
AbstractSessionCache._context
Information about the context to which this SessionCache pertainsprotected SessionContext
AbstractSessionDataStore._context
protected SessionContext
SessionHandler._sessionContext
Methods in org.eclipse.jetty.server.session that return SessionContextModifier and TypeMethodDescriptionUnreadableSessionDataException.getSessionContext()
UnwriteableSessionDataException.getSessionContext()
Methods in org.eclipse.jetty.server.session with parameters of type SessionContextModifier and TypeMethodDescriptionJDBCSessionDataStore.SessionTableSchema.getCheckSessionExistsStatement
(Connection connection, SessionContext context) JDBCSessionDataStore.SessionTableSchema.getDeleteStatement
(Connection connection, String id, SessionContext contextId) JDBCSessionDataStore.SessionTableSchema.getLoadStatement
(Connection connection, String id, SessionContext contextId) JDBCSessionDataStore.SessionTableSchema.getMyExpiredSessionsStatement
(Connection connection, SessionContext sessionContext, long expiry) JDBCSessionDataStore.SessionTableSchema.getUpdateSessionStatement
(Connection connection, String id, SessionContext context) JDBCSessionDataStore.SessionTableSchema.getUpdateStatement
(Connection connection, String id, SessionContext contextId) void
AbstractSessionCache.initialize
(SessionContext context) void
AbstractSessionDataStore.initialize
(SessionContext context) void
CachingSessionDataStore.initialize
(SessionContext context) void
FileSessionDataStore.initialize
(SessionContext context) void
SessionCache.initialize
(SessionContext context) void
SessionDataMap.initialize
(SessionContext context) Initialize this data map for the given context.Constructors in org.eclipse.jetty.server.session with parameters of type SessionContextModifierConstructorDescriptionUnreadableSessionDataException
(String id, SessionContext sessionContext, Throwable t) UnwriteableSessionDataException
(String id, SessionContext contextId, Throwable t) -
Uses of SessionContext in org.eclipse.jetty.session.infinispan
Methods in org.eclipse.jetty.session.infinispan with parameters of type SessionContextModifier and TypeMethodDescriptionboolean
QueryManager.exists
(SessionContext sessionContext, String id) QueryManager.queryExpiredSessions
(SessionContext sessionContext, long currentTime)