Package com.righettod.websocket.handler

Examples of com.righettod.websocket.handler.MessageHandler


   * @see org.apache.catalina.websocket.WebSocketServlet#createWebSocketInbound(java.lang.String)
   */
  @Override
  protected StreamInbound createWebSocketInbound(String subProtocol) {
    System.out.printf("==> Create new message handler for sub protocol : '%s'\n", subProtocol);
    return new MessageHandler();
  }
View Full Code Here

TOP

Related Classes of com.righettod.websocket.handler.MessageHandler

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.