Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 NHelix
 NSocket
 NWebSocket
 CFrameA WebSocket frame
 CFrameHandlerInterprets parsed frames from the peer, and packs and writes frames
 CFrameReaderReads frames from the peer
 CHandshakeInitial WebSocket connection handshake
 CWebSocketClientWraps a WebSocket peer
 CWebSocketErrorA WebSocket error
 CWebSocketServerA WebSocket server
 CAbstractClientAbstract client socket
 CAbstractServerAbstract server socket
 CAbstractSocketAbstract parent to all sockets
 CDatagramClientBroadcasts datagrams
 CDatagramServerReceives datagrams
 CReactiveInterfaceThe instance can be added to a reactor and notified of selection
 CReactorSelects and calls reactive sockets when they are readable
 CSocketErrorA socket error
 CSocketInterfaceInstance has an underlying socket resource
 CStreamClientFull duplex connection
 CStreamServerServer that accepts and wraps incoming connections as client instances