Package org.atmosphere.commons.jersey

Examples of org.atmosphere.commons.jersey.JsonpFilter


    private final List<BroadcastFilter> list;

    public MeteorChat() {
        list = new LinkedList<BroadcastFilter>();
        list.add(new XSSHtmlFilter());
        list.add(new JsonpFilter());
    }
View Full Code Here

TOP

Related Classes of org.atmosphere.commons.jersey.JsonpFilter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.