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 classFileSessionDataStoreFileSessionDataStore A file-based store of session data.classJDBCSessionDataStoreJDBCSessionDataStore Session data stored in databaseclassNullSessionDataStoreNullSessionDataStore Does not actually store anything, useful for testing.
-