Package com.caucho.servlet

Examples of com.caucho.servlet.DuplexContext


   
    // XXX: validate path

    WebSocketListener listener = new WebSocketListener(env, path);

    DuplexContext context = request.startDuplex(listener);

    context.setTimeout(30 * 60000L);

    env.startDuplex(context);

    return context;
  }
View Full Code Here

TOP

Related Classes of com.caucho.servlet.DuplexContext

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.