FreeRDP-WebConnect WebSockets gateway  1.0.0.167
 All Classes Namespaces Functions Variables Typedefs Enumerations Friends Pages
wspp Namespace Reference

This namespace encapsulates the basic WebSockets protocol logic. More...

Classes

class  wshandler
 Event handler interface for the server-side WebSockets endpoint.
class  wsendpoint
 This class implements a server-side WebSockets endpoint.
class  simple_rng
 A VERY simplistic random generator.

Detailed Description

This namespace encapsulates the basic WebSockets protocol logic.

Most of the code in this namespace (except the wshandler class) is derived from the WebSockets++ project and licensed under a BSD-license.