Interface ImmutableSessionMetaData

    • Method Detail

      • isNew

        default boolean isNew()
        Indicates whether or not this session was created by the current thread.
        Returns:
        true, if this session is new, false otherwise
      • getCreationTime

        Instant getCreationTime()
        Returns the time this session was created.
        Returns:
        the time this session was created
      • getLastAccessStartTime

        Instant getLastAccessStartTime()
        Returns the start time of the last request to access this session.
        Returns:
        the start time of the last request to access this session.