Package org.atmosphere.socketio
Class TimeoutSessionMonitor
- java.lang.Object
-
- org.atmosphere.socketio.SocketIOSessionActivityMonitor
-
- org.atmosphere.socketio.TimeoutSessionMonitor
-
public class TimeoutSessionMonitor extends SocketIOSessionActivityMonitor
- Author:
- Sebastien Dionne : sebastien.dionne@gmail.com
-
-
Field Summary
-
Fields inherited from class org.atmosphere.socketio.SocketIOSessionActivityMonitor
delay, executor, future, timeUnit
-
-
Constructor Summary
Constructors Constructor Description TimeoutSessionMonitor(SocketIOSession session, java.util.concurrent.ScheduledExecutorService executor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.Callable<java.lang.Boolean>getCommand()-
Methods inherited from class org.atmosphere.socketio.SocketIOSessionActivityMonitor
cancel, getDelay, getTimeUnit, setDelay, setTimeUnit, start
-
-
-
-
Constructor Detail
-
TimeoutSessionMonitor
public TimeoutSessionMonitor(SocketIOSession session, java.util.concurrent.ScheduledExecutorService executor)
-
-
Method Detail
-
getCommand
public java.util.concurrent.Callable<java.lang.Boolean> getCommand()
- Specified by:
getCommandin classSocketIOSessionActivityMonitor
-
-