Uses of Class
org.eclipse.jetty.session.SessionContext
Packages that use SessionContext
Package
Description
Jetty NoSql : MongoDB Integration
Jetty Server : Session Management Implementations
-
Uses of SessionContext in org.eclipse.jetty.hazelcast.session
Methods in org.eclipse.jetty.hazelcast.session with parameters of type SessionContextModifier and TypeMethodDescriptionvoidHazelcastSessionDataStore.initialize(SessionContext context) -
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 TypeMethodDescriptionvoidMemcachedSessionDataMap.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.session
Fields in org.eclipse.jetty.session declared as SessionContextModifier and TypeFieldDescriptionprotected SessionContextAbstractSessionCache._contextInformation about the context to which this SessionCache pertainsprotected SessionContextAbstractSessionDataStore._contextMethods in org.eclipse.jetty.session that return SessionContextModifier and TypeMethodDescriptionAbstractSessionManager.getSessionContext()UnreadableSessionDataException.getSessionContext()Get the SessionContext to which the unreadable session belongs.UnwriteableSessionDataException.getSessionContext()Methods in org.eclipse.jetty.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) voidAbstractSessionCache.initialize(SessionContext context) voidAbstractSessionDataStore.initialize(SessionContext context) voidCachingSessionDataStore.initialize(SessionContext context) voidFileSessionDataStore.initialize(SessionContext context) voidSessionCache.initialize(SessionContext context) voidSessionDataMap.initialize(SessionContext context) Initialize this data map for the given context.Constructors in org.eclipse.jetty.session with parameters of type SessionContextModifierConstructorDescriptionUnreadableSessionDataException(String id, SessionContext sessionContext, Throwable t) UnwriteableSessionDataException(String id, SessionContext contextId, Throwable t)