A D O

A

AppEngineAtmosphereHandler - Class in org.atmosphere.samples.chat
Simple AtmosphereHandler that implement the logic to build a Chat application.
AppEngineAtmosphereHandler() - Constructor for class org.atmosphere.samples.chat.AppEngineAtmosphereHandler
 

D

destroy() - Method in class org.atmosphere.samples.chat.AppEngineAtmosphereHandler
 

O

onRequest(AtmosphereResource<HttpServletRequest, HttpServletResponse>) - Method in class org.atmosphere.samples.chat.AppEngineAtmosphereHandler
When the AtmosphereServlet detect an HttpServletRequest maps to this AtmosphereHandler, the AtmosphereHandler.onRequest(org.atmosphere.cpr.AtmosphereResource) gets invoked and the response will be suspended depending on the http method, e.g.
onStateChange(AtmosphereResourceEvent<HttpServletRequest, HttpServletResponse>) - Method in class org.atmosphere.samples.chat.AppEngineAtmosphereHandler
Invoked when a call to Broadcaster.broadcast(java.lang.Object) is issued or when the response times out, e.g whne the value AtmosphereResource.suspend(long) expires.
org.atmosphere.samples.chat - package org.atmosphere.samples.chat
 

A D O

Copyright © 2011. All Rights Reserved.