org.atmosphere.samples.chat.resources
Class JsonpFilter

java.lang.Object
  extended by org.atmosphere.samples.chat.resources.JsonpFilter
All Implemented Interfaces:
BroadcastFilter

public class JsonpFilter
extends Object
implements BroadcastFilter

Simple BroadcastFilter that produce jsonp String.

Author:
Jeanfrancois Arcand

Constructor Summary
JsonpFilter()
           
 
Method Summary
 Object filter(Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonpFilter

public JsonpFilter()
Method Detail

filter

public Object filter(Object o)
Specified by:
filter in interface BroadcastFilter


Copyright © 2009 SUN Microsystems. All Rights Reserved.