Class WebSocketServerComm


  • public class WebSocketServerComm
    extends java.lang.Object
    This class handles a Server Socket NIO implementation into a single-threaded Worker that accepts Socket connections in a non-blocking mode. When a socket connection is establishes to this server socket, it is assumed to have a HTTP header that matches the WebSocket protocol. All other HTTP requests are rejected.
    Author:
    Christopher Mindus