org.atmosphere.socketio
Class HeartBeatSessionMonitor

java.lang.Object
  extended by org.atmosphere.socketio.SocketIOSessionActivityMonitor
      extended by org.atmosphere.socketio.HeartBeatSessionMonitor

public class HeartBeatSessionMonitor
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
HeartBeatSessionMonitor(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

HeartBeatSessionMonitor

public HeartBeatSessionMonitor(SocketIOSession session,
                               ScheduledExecutorService executor)
Method Detail

getCommand

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


Copyright © 2013. All Rights Reserved.