Simple {@link AtmosphereHandler} which redirect the first request to the web application welcome page.Once the WebSocket upgrade happens, this class just invoke the {@link #upgrade(AtmosphereResource)} method.
Application should override the {@link #upgrade(AtmosphereResource)}. Application should override the {@link #onStateChange} if they do not want to reflect/send back all Websocketmessages to all connections.
@author Jeanfrancois Arcand