Uses of Class
org.eclipse.jetty.server.session.AbstractSessionDataStore
-
Packages that use AbstractSessionDataStore Package Description org.eclipse.jetty.server.session Jetty Server : Session Management Implementations -
-
Uses of AbstractSessionDataStore in org.eclipse.jetty.server.session
Subclasses of AbstractSessionDataStore in org.eclipse.jetty.server.session Modifier and Type Class Description class
FileSessionDataStore
FileSessionDataStore A file-based store of session data.class
JDBCSessionDataStore
JDBCSessionDataStore Session data stored in databaseclass
NullSessionDataStore
NullSessionDataStore Does not actually store anything, useful for testing.
-