4A Server -  2.0
 All Classes Namespaces Files Functions Variables Enumerator
SessionCleaner.java File Reference

Class that provides cleaning of unactive sessions (basic version, not final) More...

Go to the source code of this file.

Classes

class  cz.vutbr.fit.knot.annotations.comet.SessionCleaner
 Class that provides cleaning of unactive sessions (basic version, not final) More...
 
class  cz.vutbr.fit.knot.annotations.comet.SessionCleaner.CheckAndClean
 Class implement run() method. That method go trough list of sessions and try to find expired sessions. First kind of expiration occur in case of client unactivity second kind occur in case of lost connection with annotation client. This object detect both cases and remove session from sessions list. More...
 

Packages

package  cz.vutbr.fit.knot.annotations.comet
 Classes related to communication with client, session handling etc.
 

Detailed Description

Class that provides cleaning of unactive sessions (basic version, not final)

Definition in file SessionCleaner.java.