Examples of DuplexContext


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
Copyright © 2018 www.massapi.com. 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.