|
FreeRDP-WebConnect WebSockets gateway
1.0.0.167
|
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. | |
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.