org.atmosphere.socketio
Class TimeoutSessionMonitor

java.lang.Object
  extended by org.atmosphere.socketio.SocketIOSessionActivityMonitor
      extended by 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
TimeoutSessionMonitor(SocketIOSession session, ScheduledExecutorService executor)
           
 
Method Summary
 Callable<Boolean> getCommand()
           
 
Methods inherited from class org.atmosphere.socketio.SocketIOSessionActivityMonitor
cancel, getDelay, getTimeUnit, setDelay, setTimeUnit, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeoutSessionMonitor

public TimeoutSessionMonitor(SocketIOSession session,
                             ScheduledExecutorService executor)
Method Detail

getCommand

public Callable<Boolean> getCommand()
Specified by:
getCommand in class SocketIOSessionActivityMonitor


Copyright © 2014. All Rights Reserved.