org.atmosphere.ping
Class AtmospherePing

java.lang.Object
  extended by org.atmosphere.ping.AtmospherePing

public class AtmospherePing
extends Object

This class ping the http://jfarcand.wordpress.com/ping-atmosphere-{atmosphere.version} page every time Atmosphere is deployed. All it does is: GET /jfarcand.wordpress.com/ping-atmosphere-{atmosphere.version} without passing ANY information. To disable, just remove WEB-INF/lib/atmosphere-ping.jar or exclude the jar inside your pom.xml


Constructor Summary
AtmospherePing()
           
 
Method Summary
static void ping(String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtmospherePing

public AtmospherePing()
Method Detail

ping

public static void ping(String version)


Copyright © 2011. All Rights Reserved.