Interface SessionTracker.Session

All Known Implementing Classes:
SessionTrackerImpl.SessionImpl
Enclosing interface:
SessionTracker

public static interface SessionTracker.Session
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
    int
     
    boolean
     
  • Method Details

    • getSessionId

      long getSessionId()
    • getTimeout

      int getTimeout()
    • isClosing

      boolean isClosing()