org.atmosphere.samples.chat.resources
Class JsonpFilter
java.lang.Object
org.atmosphere.samples.chat.resources.JsonpFilter
- All Implemented Interfaces:
- BroadcastFilter<String>
public class JsonpFilter
- extends Object
- implements BroadcastFilter<String>
Simple BroadcastFilter that produce jsonp String.
- Author:
- Jeanfrancois Arcand
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JsonpFilter
public JsonpFilter()
filter
public String filter(String m)
- Specified by:
filter in interface BroadcastFilter<String>
Copyright © 2009 SUN Microsystems. All Rights Reserved.