Uses of Class
org.eclipse.jetty.server.session.SessionContext
-
Packages that use SessionContext Package Description org.eclipse.jetty.gcloud.session org.eclipse.jetty.hazelcast.session org.eclipse.jetty.memcached.session org.eclipse.jetty.nosql.mongodb Jetty NoSql : MongoDB Integrationorg.eclipse.jetty.server.session 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 SessionContext Modifier and Type Method Description protected com.google.cloud.datastore.KeyGCloudSessionDataStore. makeKey(java.lang.String id, SessionContext context)Make a unique key for this session. -
Uses of SessionContext in org.eclipse.jetty.hazelcast.session
Methods in org.eclipse.jetty.hazelcast.session with parameters of type SessionContext Modifier and Type Method Description voidHazelcastSessionDataStore. initialize(SessionContext context) -
Uses of SessionContext in org.eclipse.jetty.memcached.session
Methods in org.eclipse.jetty.memcached.session with parameters of type SessionContext Modifier and Type Method Description voidMemcachedSessionDataMap. initialize(SessionContext context) -
Uses of SessionContext in org.eclipse.jetty.nosql.mongodb
Methods in org.eclipse.jetty.nosql.mongodb with parameters of type SessionContext Modifier and Type Method Description voidMongoSessionDataStore. initialize(SessionContext context) -
Uses of SessionContext in org.eclipse.jetty.server.session
Fields in org.eclipse.jetty.server.session declared as SessionContext Modifier and Type Field Description protected SessionContextAbstractSessionCache. _contextInformation about the context to which this SessionCache pertainsprotected SessionContextAbstractSessionDataStore. _contextprotected SessionContextSessionHandler. _sessionContextMethods in org.eclipse.jetty.server.session that return SessionContext Modifier and Type Method Description SessionContextUnreadableSessionDataException. getSessionContext()SessionContextUnwriteableSessionDataException. getSessionContext()Methods in org.eclipse.jetty.server.session with parameters of type SessionContext Modifier and Type Method Description java.sql.PreparedStatementJDBCSessionDataStore.SessionTableSchema. getCheckSessionExistsStatement(java.sql.Connection connection, SessionContext context)java.sql.PreparedStatementJDBCSessionDataStore.SessionTableSchema. getDeleteStatement(java.sql.Connection connection, java.lang.String id, SessionContext contextId)java.sql.PreparedStatementJDBCSessionDataStore.SessionTableSchema. getLoadStatement(java.sql.Connection connection, java.lang.String id, SessionContext contextId)java.sql.PreparedStatementJDBCSessionDataStore.SessionTableSchema. getMyExpiredSessionsStatement(java.sql.Connection connection, SessionContext sessionContext, long expiry)java.sql.PreparedStatementJDBCSessionDataStore.SessionTableSchema. getUpdateSessionStatement(java.sql.Connection connection, java.lang.String id, SessionContext context)java.sql.PreparedStatementJDBCSessionDataStore.SessionTableSchema. getUpdateStatement(java.sql.Connection connection, java.lang.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.server.session with parameters of type SessionContext Constructor Description UnreadableSessionDataException(java.lang.String id, SessionContext sessionContext, java.lang.Throwable t)UnwriteableSessionDataException(java.lang.String id, SessionContext contextId, java.lang.Throwable t)
-