Class WebSocketServerComm

java.lang.Object
com.iizix.comm.WebSocketServerComm

public class WebSocketServerComm extends 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