![]() |
mutable
A Database System for Research and Fast Prototyping
|
#include <V8Engine.hpp>
Public Member Functions | |
WebSocketChannel (v8::Isolate *isolate, WebSocketServer::Connection &conn) | |
WebSocketServer::Connection & | connection () const |
Private Member Functions | |
void | sendResponse (int, std::unique_ptr< v8_inspector::StringBuffer > message) override |
void | sendNotification (std::unique_ptr< v8_inspector::StringBuffer > message) override |
void | flushProtocolNotifications () override |
Private Attributes | |
v8::Isolate * | isolate_ |
WebSocketServer::Connection & | conn_ |
Definition at line 15 of file V8Engine.hpp.
|
inline |
Definition at line 22 of file V8Engine.hpp.
|
inline |
Definition at line 26 of file V8Engine.hpp.
References conn_.
|
inlineoverrideprivate |
Definition at line 32 of file V8Engine.hpp.
|
overrideprivate |
Definition at line 147 of file V8Engine.cpp.
References conn_, isolate_, and m::WebSocketServer::Connection::send().
|
overrideprivate |
Definition at line 140 of file V8Engine.cpp.
References conn_, isolate_, and m::WebSocketServer::Connection::send().
|
private |
Definition at line 19 of file V8Engine.hpp.
Referenced by connection(), sendNotification(), and sendResponse().
|
private |
Definition at line 18 of file V8Engine.hpp.
Referenced by sendNotification(), and sendResponse().