Joedb 10.2.1
The Journal-Only Embedded Database
|
#include <joedb/concurrency/Websocket_Connector.h>
Public Member Functions | |
Websocket_Connector (std::string host, std::string port, std::string path) | |
std::unique_ptr< Channel > | new_channel () const override |
![]() | |
virtual | ~Connector ()=default |
std::chrono::milliseconds | get_keep_alive_interval () const |
Connector & | set_keep_alive_interval (std::chrono::milliseconds interval) |
Definition at line 10 of file Websocket_Connector.h.
|
inline |
Definition at line 18 of file Websocket_Connector.h.
|
inlineoverridevirtual |
Implements joedb::Connector.
Definition at line 30 of file Websocket_Connector.h.