| 
    Joedb 10.3.0
    
   The Journal-Only Embedded Database 
   | 
 
Channel to communicate with a (secure) Websocket. More...
#include <joedb/concurrency/Websocket_Channel.h>


Public Member Functions | |
| Websocket_Channel (const std::string &host, const std::string &port, const std::string &path) | |
| size_t | write_some (const char *data, size_t size) override | 
| size_t | read_some (char *data, size_t size) override | 
| ~Websocket_Channel () override | |
  Public Member Functions inherited from joedb::Channel | |
| void | write (const char *data, size_t size) | 
| void | read (char *data, size_t size) | 
| virtual | ~Channel () | 
Definition at line 20 of file Websocket_Channel.h.
| joedb::Websocket_Channel::Websocket_Channel | ( | const std::string & | host, | 
| const std::string & | port, | ||
| const std::string & | path | ||
| ) | 
Definition at line 104 of file Websocket_Channel.cpp.
      
  | 
  overridedefault | 
      
  | 
  overridevirtual | 
Implements joedb::Channel.
Definition at line 119 of file Websocket_Channel.cpp.
      
  | 
  overridevirtual | 
Implements joedb::Channel.
Definition at line 114 of file Websocket_Channel.cpp.