Package org.jwebsocket.plugins.streaming

Examples of org.jwebsocket.plugins.streaming.StreamingPlugIn


    Map<String, List<WebSocketPlugIn>> pluginMap = new FastMap<String, List<WebSocketPlugIn>>();
    List<WebSocketPlugIn> defaultPlugins = new FastList<WebSocketPlugIn>();

    defaultPlugins.add(new SystemPlugIn());
    defaultPlugins.add(new RPCPlugIn());
    defaultPlugins.add(new StreamingPlugIn());
    defaultPlugins.add(new FlashBridgePlugIn());

    pluginMap.put("ts0", defaultPlugins);
    if (log.isInfoEnabled()) {
      log.info("Default plug-ins instantiated.");
View Full Code Here

TOP

Related Classes of org.jwebsocket.plugins.streaming.StreamingPlugIn

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.