Class FileSessionStorage

    • Constructor Detail

      • FileSessionStorage

        @ConstructorProperties("file")
        public FileSessionStorage​(java.io.File file)
    • Method Detail

      • get

        public java.lang.String get()
                             throws java.lang.NullPointerException
        Specified by:
        get in interface SessionStorage
        Throws:
        java.lang.NullPointerException
      • get

        public void get​(java.util.function.Consumer<java.lang.String> session)
        Specified by:
        get in interface SessionStorage