类 FileSessionPersistence

  • 所有已实现的接口:
    io.undertow.servlet.api.SessionPersistenceManager

    public class FileSessionPersistence
    extends Object
    implements io.undertow.servlet.api.SessionPersistenceManager
    SessionPersistenceManager that stores session information in a file.
    从以下版本开始:
    1.3.0
    • 方法详细资料

      • persistSessions

        public void persistSessions​(String deploymentName,
                                    Map<String,​io.undertow.servlet.api.SessionPersistenceManager.PersistentSession> sessionData)
        指定者:
        persistSessions 在接口中 io.undertow.servlet.api.SessionPersistenceManager
      • loadSessionAttributes

        public Map<String,​io.undertow.servlet.api.SessionPersistenceManager.PersistentSession> loadSessionAttributes​(String deploymentName,
                                                                                                                           ClassLoader classLoader)
        指定者:
        loadSessionAttributes 在接口中 io.undertow.servlet.api.SessionPersistenceManager
      • clear

        public void clear​(String deploymentName)
        指定者:
        clear 在接口中 io.undertow.servlet.api.SessionPersistenceManager