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.Key
GCloudSessionDataStore. 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 void
HazelcastSessionDataStore. 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 void
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 Modifier and Type Method Description void
MongoSessionDataStore. 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 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 SessionContext Modifier and Type Method Description SessionContext
UnreadableSessionDataException. getSessionContext()
SessionContext
UnwriteableSessionDataException. getSessionContext()
Methods in org.eclipse.jetty.server.session with parameters of type SessionContext Modifier and Type Method Description java.sql.PreparedStatement
JDBCSessionDataStore.SessionTableSchema. getCheckSessionExistsStatement(java.sql.Connection connection, SessionContext context)
java.sql.PreparedStatement
JDBCSessionDataStore.SessionTableSchema. getDeleteStatement(java.sql.Connection connection, java.lang.String id, SessionContext contextId)
java.sql.PreparedStatement
JDBCSessionDataStore.SessionTableSchema. getLoadStatement(java.sql.Connection connection, java.lang.String id, SessionContext contextId)
java.sql.PreparedStatement
JDBCSessionDataStore.SessionTableSchema. getMyExpiredSessionsStatement(java.sql.Connection connection, SessionContext sessionContext, long expiry)
java.sql.PreparedStatement
JDBCSessionDataStore.SessionTableSchema. getUpdateSessionStatement(java.sql.Connection connection, java.lang.String id, SessionContext context)
java.sql.PreparedStatement
JDBCSessionDataStore.SessionTableSchema. getUpdateStatement(java.sql.Connection connection, java.lang.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 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)
-