org.jboss.aerogear.simplepush.server.netty
Class UserAgentReaper
java.lang.Object
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 |
UserAgentReaper
public UserAgentReaper(org.jboss.aerogear.simplepush.server.SimplePushServer simplePushServer)
- Sole constructor.
- Parameters:
simplePushServer - the SimplePushServer that this reaper will operate on.
run
public void run()
- Specified by:
run in interface Runnable
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.