Module org.eclipse.jetty.server
Package org.eclipse.jetty.server.session
Class Session.SessionInactivityTimer
- java.lang.Object
-
- org.eclipse.jetty.server.session.Session.SessionInactivityTimer
-
- Enclosing class:
- Session
public class Session.SessionInactivityTimer extends java.lang.ObjectSessionInactivityTimer Each Session has a timer associated with it that fires whenever it has been idle (ie not accessed by a request) for a configurable amount of time, or the Session expires.- See Also:
SessionCache
-
-
Field Summary
Fields Modifier and Type Field Description protected org.eclipse.jetty.io.CyclicTimeout_timer
-
Constructor Summary
Constructors Constructor Description SessionInactivityTimer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcancel()voiddestroy()voidschedule(long time)
-