AeroGear SimplePush Server Netty 0.11.0

org.jboss.aerogear.simplepush.server.netty
Class UserAgentReaper

java.lang.Object
  extended by org.jboss.aerogear.simplepush.server.netty.UserAgentReaper
All Implemented Interfaces:
Runnable

public class UserAgentReaper
extends Object
implements Runnable

Performs the removal of inactive UserAgents.


Constructor Summary
UserAgentReaper(org.jboss.aerogear.simplepush.server.SimplePushServer simplePushServer)
          Sole constructor.
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserAgentReaper

public UserAgentReaper(org.jboss.aerogear.simplepush.server.SimplePushServer simplePushServer)
Sole constructor.

Parameters:
simplePushServer - the SimplePushServer that this reaper will operate on.
Method Detail

run

public void run()
Specified by:
run in interface Runnable

AeroGear SimplePush Server Netty 0.11.0

Copyright © 2014 JBoss by Red Hat. All Rights Reserved.