org.atmosphere.samples.flickr
Class FlickrAtmosphereHandler
java.lang.Object
org.atmosphere.samples.flickr.FlickrAtmosphereHandler
- All Implemented Interfaces:
- AtmosphereHandler<HttpServletRequest,HttpServletResponse>
public class FlickrAtmosphereHandler
- extends Object
- implements AtmosphereHandler<HttpServletRequest,HttpServletResponse>
Simple Flickr Magnet Demo.
- Author:
- Jeanfrancois Arcand
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlickrAtmosphereHandler
public FlickrAtmosphereHandler()
onRequest
public void onRequest(AtmosphereResource<HttpServletRequest,HttpServletResponse> event)
throws IOException
- Specified by:
onRequest in interface AtmosphereHandler<HttpServletRequest,HttpServletResponse>
- Throws:
IOException
onStateChange
public void onStateChange(AtmosphereResourceEvent<HttpServletRequest,HttpServletResponse> event)
throws IOException
- Specified by:
onStateChange in interface AtmosphereHandler<HttpServletRequest,HttpServletResponse>
- Throws:
IOException
Copyright © 2009 SUN Microsystems. All Rights Reserved.