commit | 2d1d0e70cf3eadca967427e71b2c5c7d031bc5c8 | [log] [tgz] |
---|---|---|
author | Daniel P. Berrange <berrange@redhat.com> | Wed Mar 04 15:57:41 2015 +0000 |
committer | Daniel P. Berrange <berrange@redhat.com> | Fri Dec 18 12:18:31 2015 +0000 |
tree | b03e81a9e72d4b49a6f8d316271f5d06064b461c | |
parent | ed8ee42c4063809495d9eed738a26957b6dfe692 [diff] |
io: add QIOChannelWebsock class Add a QIOChannel subclass that can run the websocket protocol over the top of another QIOChannel instance. This initial implementation is only capable of acting as a websockets server. There is no support for acting as a websockets client yet. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>